Html Css Color HEX #399050 Chateau Green

📋 copy color: '#399050'

red 57 ◦ green 144 ◦ blue 80

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

Shades of Chateau Green #399050

Tints of Chateau Green #399050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 20.28%
G = 51.25%
B = 28.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#399050 (or 0x399050) is known color: Chateau Green. HEX triplet: 39, 90 and 50. RGB value is (57,144,80). Sum of RGB (Red+Green+Blue) = 57+144+80=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #399050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399050 is #C66FAF. Grayscale: #6E6E6E. Windows color (decimal): -13004720 or 5279801. OLE color: 5279801.

HSL color Cylindrical-coordinate representation of color #399050: hue angle of 135.86º 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 #399050 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 144 80 -
CMYK 0.60 0 0.44 0.44
HSL 135.86º 0.43% 0.39% -
HSV(B) 135.86º 0.6% 0.56% -
XYZ 13.11 21.4 11.03 -
YUV 110.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 57 144 80 0.60 0 0.44 0.44 135.86 0.43 0.39
Hex 39 90 50 3C 0 2C 2C 88 2B 27
Octal 71 220 120 74 0 54 54 210 53 47
Binary 111001 10010000 1010000 111100 0 101100 101100 10001000 101011 100111

Color Harmonies of #399050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399050

Black with #399050

Text Example


Text Example

White with #399050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399050; }

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

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

background-color css

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

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

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

border-color css

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

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

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