Html Css Color HEX #399048 Chateau Green

📋 copy color: '#399048'

red 57 ◦ green 144 ◦ blue 72

#399048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #399048

Tints of Chateau Green #399048

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 value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#399048 (or 0x399048) is known color: 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

RGB 57 144 72 -
CMYK 0.60 0 0.50 0.44
HSL 130.34º 0.43% 0.39% -
HSV(B) 130.34º 0.6% 0.56% -
XYZ 12.83 21.28 9.56 -
YUV 109.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 57 144 72 0.60 0 0.50 0.44 130.34 0.43 0.39
Hex 39 90 48 3C 0 32 2C 82 2B 27
Octal 71 220 110 74 0 62 54 202 53 47
Binary 111001 10010000 1001000 111100 0 110010 101100 10000010 101011 100111

Color Harmonies of #399048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399048

Black with #399048

Text Example


Text Example

White with #399048

Text Example


Text Example

HTML Codes & Css Web 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>