#34B44D

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

Shades of Chateau Green #34B44D

Tints of Chateau Green #34B44D

Color information

#34B44D (or 0x34B44D) is unknown color: approx Chateau Green. HEX triplet: 34, B4 and 4D. RGB value is (52,180,77). Sum of RGB (Red+Green+Blue) = 52+180+77=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #34B44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B44D is #CB4BB2. Grayscale: #828282. Windows color (decimal): -13323187 or 5092404. OLE color: 5092404.

HSL color Cylindrical-coordinate representation of color #34B44D: hue angle of 131.72º 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 #34B44D is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB5218077-
CMYK0.7100.570.29
HSL131.72º55.17%45.49%-
HSV(B)131.72º71.11%70.59%-
XYZ19.0833.9112.56-
YUV129.9998.0972.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 180 (70.70% from 255) = 58.25%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=16.83%
G=58.25%
B=24.92%

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
Decimal52180770.7100.570.29131.7255.1745.49
Hex34B44D470391D84372d
Octal64264115107071352046755
Binary110100101101001001101100011101110011110110000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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