#39994B

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

Shades of Chateau Green #39994B

Tints of Chateau Green #39994B

Color information

#39994B (or 0x39994B) is unknown color: approx Chateau Green. HEX triplet: 39, 99 and 4B. RGB value is (57,153,75). Sum of RGB (Red+Green+Blue) = 57+153+75=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #39994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39994B is #C666B4. Grayscale: #737373. Windows color (decimal): -13002421 or 4954425. OLE color: 4954425.

HSL color Cylindrical-coordinate representation of color #39994B: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39994B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB5715375-
CMYK0.6300.510.4
HSL131.25º45.71%41.18%-
HSV(B)131.25º62.75%60%-
XYZ14.3524.1610.56-
YUV115.4105.286.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=20%
G=53.68%
B=26.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57153750.6300.510.4131.2545.7141.18
Hex39994B3F03328832e29
Octal7123111377063502035651
Binary111001100110011001011111111011001110100010000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39994B; }

 p { color: rgb(57,153,75); }

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

<style>
 a { background-color: #39994B; }

 a { background-color: rgb(57,153,75); }

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

<style>
 span { border-color: #39994B; }

 span { border-color: rgb(57,153,75); }

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