#399F53

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

Shades of Chateau Green #399F53

Tints of Chateau Green #399F53

Color information

#399F53 (or 0x399F53) is unknown color: approx Chateau Green. HEX triplet: 39, 9F and 53. RGB value is (57,159,83). Sum of RGB (Red+Green+Blue) = 57+159+83=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #399F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F53 is #C660AC. Grayscale: #787878. Windows color (decimal): -13000877 or 5480249. OLE color: 5480249.

HSL color Cylindrical-coordinate representation of color #399F53: hue angle of 135.29º 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 #399F53 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB5715983-
CMYK0.6400.480.38
HSL135.29º47.22%42.35%-
HSV(B)135.29º64.15%62.35%-
XYZ15.6526.2912.43-
YUV119.84107.2183.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=19.06%
G=53.18%
B=27.76%

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
Decimal57159830.6400.480.38135.2947.2242.35
Hex399F534003026872f2a
Octal71237123100060462075752
Binary1110011001111110100111000000011000010011010000111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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