Html Css Color HEX #399248 Chateau Green

📋 copy color: '#399248'

red 57 ◦ green 146 ◦ blue 72

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

Shades of Chateau Green #399248

Tints of Chateau Green #399248

RGB

 RED value IS 57 (22.66% from 255) = 20.73%

 GREEN value IS 146 (57.42% from 255) = 53.09%

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 20.73%
G = 53.09%
B = 26.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#399248 (or 0x399248) is known color: Chateau Green. HEX triplet: 39, 92 and 48. RGB value is (57,146,72). Sum of RGB (Red+Green+Blue) = 57+146+72=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #399248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399248 is #C66DB7. Grayscale: #6F6F6F. Windows color (decimal): -13004216 or 4756025. OLE color: 4756025.

HSL color Cylindrical-coordinate representation of color #399248: hue angle of 130.11º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399248 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 146 72 -
CMYK 0.61 0 0.51 0.43
HSL 130.11º 0.44% 0.4% -
HSV(B) 130.11º 0.61% 0.57% -
XYZ 13.14 21.9 9.66 -
YUV 110.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 57 146 72 0.61 0 0.51 0.43 130.11 0.44 0.4
Hex 39 92 48 3D 0 33 2B 82 2C 28
Octal 71 222 110 75 0 63 53 202 54 50
Binary 111001 10010010 1001000 111101 0 110011 101011 10000010 101100 101000

Color Harmonies of #399248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399248

Black with #399248

Text Example


Text Example

White with #399248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399248; }

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

 H1.HeaderClassName
 {
   color: #399248;
 }
 .AnyTagClassName
 {
   color: #399248;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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