#34B24D

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

Shades of Chateau Green #34B24D

Tints of Chateau Green #34B24D

Color information

#34B24D (or 0x34B24D) is unknown color: approx Chateau Green. HEX triplet: 34, B2 and 4D. RGB value is (52,178,77). Sum of RGB (Red+Green+Blue) = 52+178+77=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #34B24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34B24D is #CB4DB2. Grayscale: #818181. Windows color (decimal): -13323699 or 5091892. OLE color: 5091892.

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

Color convert

RGB5217877-
CMYK0.7100.570.30
HSL131.9º54.78%45.1%-
HSV(B)131.9º70.79%69.8%-
XYZ18.6833.1112.43-
YUV128.8198.7673.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=16.94%
G=57.98%
B=25.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52178770.7100.570.30131.954.7845.1
Hex34B24D470391E84372d
Octal64262115107071362046755
Binary110100101100101001101100011101110011111010000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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