#34B44E

Color #34B44E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34B44E

Tints of Chateau Green #34B44E

Color information

#34B44E (or 0x34B44E) is unknown color: approx Chateau Green. HEX triplet: 34, B4 and 4E. RGB value is (52,180,78). Sum of RGB (Red+Green+Blue) = 52+180+78=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #34B44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B44E is #CB4BB1. Grayscale: #828282. Windows color (decimal): -13323186 or 5157940. OLE color: 5157940.

HSL color Cylindrical-coordinate representation of color #34B44E: hue angle of 132.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B44E is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB5218078-
CMYK0.7100.570.29
HSL132.19º55.17%45.49%-
HSV(B)132.19º71.11%70.59%-
XYZ19.1133.9212.75-
YUV130.198.5972.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=16.77%
G=58.06%
B=25.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180780.7100.570.29132.1955.1745.49
Hex34B44E470391D84372d
Octal64264116107071352046755
Binary110100101101001001110100011101110011110110000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B44E; }

 p { color: rgb(52,180,78); }

 H1.HeaderClassName
 {
   color: #34B44E;
 }
 .AnyTagClassName
 {
   color: #34B44E;
 }
</style>
background-color css

<style>
 a { background-color: #34B44E; }

 a { background-color: rgb(52,180,78); }

 div.DivClassName
 {
   background-color: #34B44E;
 }
 .BgClassName
 {
   background-color: #34B44E;
 }
</style>
border-color css

<style>
 span { border-color: #34B44E; }

 span { border-color: rgb(52,180,78); }

 td.TdClassName
 {
   border-color: #34B44E;
 }
 .TagClassName
 {
   border-color: #34B44E;
 }
</style>