#399048

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

Shades of Chateau Green #399048

Tints of Chateau Green #399048

Color information

#399048 (or 0x399048) is unknown color: approx Chateau Green. HEX triplet: 39, 90 and 48. RGB value is (57,144,72). Sum of RGB (Red+Green+Blue) = 57+144+72=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #399048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399048 is #C66FB7. Grayscale: #6D6D6D. Windows color (decimal): -13004728 or 4755513. OLE color: 4755513.

HSL color Cylindrical-coordinate representation of color #399048: hue angle of 130.34º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399048 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB5714472-
CMYK0.6000.500.44
HSL130.34º43.28%39.41%-
HSV(B)130.34º60.42%56.47%-
XYZ12.8321.289.56-
YUV109.78106.6890.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=20.88%
G=52.75%
B=26.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144720.6000.500.44130.3443.2839.41
Hex3990483C0322C822b27
Octal7122011074062542025347
Binary111001100100001001000111100011001010110010000010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399048; }

 p { color: rgb(57,144,72); }

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

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

 a { background-color: rgb(57,144,72); }

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

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

 span { border-color: rgb(57,144,72); }

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