#399F52

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

Shades of Chateau Green #399F52

Tints of Chateau Green #399F52

Color information

#399F52 (or 0x399F52) is unknown color: approx Chateau Green. HEX triplet: 39, 9F and 52. RGB value is (57,159,82). Sum of RGB (Red+Green+Blue) = 57+159+82=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #399F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F52 is #C660AD. Grayscale: #777777. Windows color (decimal): -13000878 or 5414713. OLE color: 5414713.

HSL color Cylindrical-coordinate representation of color #399F52: hue angle of 134.71º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F52 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB5715982-
CMYK0.6400.480.38
HSL134.71º47.22%42.35%-
HSV(B)134.71º64.15%62.35%-
XYZ15.6126.2812.23-
YUV119.72106.7183.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=19.13%
G=53.36%
B=27.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159820.6400.480.38134.7147.2242.35
Hex399F524003026872f2a
Octal71237122100060462075752
Binary1110011001111110100101000000011000010011010000111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399F52; }

 p { color: rgb(57,159,82); }

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

<style>
 a { background-color: #399F52; }

 a { background-color: rgb(57,159,82); }

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

<style>
 span { border-color: #399F52; }

 span { border-color: rgb(57,159,82); }

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