#39964C

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

Shades of Chateau Green #39964C

Tints of Chateau Green #39964C

Color information

#39964C (or 0x39964C) is unknown color: approx Chateau Green. HEX triplet: 39, 96 and 4C. RGB value is (57,150,76). Sum of RGB (Red+Green+Blue) = 57+150+76=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #39964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39964C is #C669B3. Grayscale: #717171. Windows color (decimal): -13003188 or 5019193. OLE color: 5019193.

HSL color Cylindrical-coordinate representation of color #39964C: hue angle of 132.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39964C is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB5715076-
CMYK0.6200.490.41
HSL132.26º44.93%40.59%-
HSV(B)132.26º62%58.82%-
XYZ13.923.210.58-
YUV113.76106.6987.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 150 (58.98% from 255) = 53.00%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=20.14%
G=53.00%
B=26.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57150760.6200.490.41132.2644.9340.59
Hex39964C3E03129842d29
Octal7122611476061512045551
Binary111001100101101001100111110011000110100110000100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39964C; }

 p { color: rgb(57,150,76); }

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

<style>
 a { background-color: #39964C; }

 a { background-color: rgb(57,150,76); }

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

<style>
 span { border-color: #39964C; }

 span { border-color: rgb(57,150,76); }

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