Html Css Color HEX #399550 Chateau Green

📋 copy color: '#399550'

red 57 ◦ green 149 ◦ blue 80

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

Shades of Chateau Green #399550

Tints of Chateau Green #399550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

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

R = 19.93%
G = 52.1%
B = 27.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#399550 (or 0x399550) is known color: Chateau Green. HEX triplet: 39, 95 and 50. RGB value is (57,149,80). Sum of RGB (Red+Green+Blue) = 57+149+80=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #399550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399550 is #C66AAF. Grayscale: #717171. Windows color (decimal): -13003440 or 5281081. OLE color: 5281081.

HSL color Cylindrical-coordinate representation of color #399550: hue angle of 135º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399550 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 149 80 -
CMYK 0.62 0 0.46 0.42
HSL 135º 0.45% 0.4% -
HSV(B) 135º 0.62% 0.58% -
XYZ 13.88 22.94 11.29 -
YUV 113.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 57 149 80 0.62 0 0.46 0.42 135 0.45 0.4
Hex 39 95 50 3E 0 2E 2A 87 2D 28
Octal 71 225 120 76 0 56 52 207 55 50
Binary 111001 10010101 1010000 111110 0 101110 101010 10000111 101101 101000

Color Harmonies of #399550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399550

Black with #399550

Text Example


Text Example

White with #399550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399550; }

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

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

background-color css

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

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

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

border-color css

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

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

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