Html Css Color HEX #509160 Chateau Green

📋 copy color: '#509160'

red 80 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #509160

Tints of Chateau Green #509160

RGB

 RED value IS 80 (31.64% from 255) = 24.92%

 GREEN value IS 145 (57.03% from 255) = 45.17%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 24.92%
G = 45.17%
B = 29.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#509160 (or 0x509160) is known color: Chateau Green. HEX triplet: 50, 91 and 60. RGB value is (80,145,96). Sum of RGB (Red+Green+Blue) = 80+145+96=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #509160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509160 is #AF6E9F. Grayscale: #787878. Windows color (decimal): -11497120 or 6328656. OLE color: 6328656.

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

Color convert

RGB 80 145 96 -
CMYK 0.45 0 0.34 0.43
HSL 134.77º 0.29% 0.44% -
HSV(B) 134.77º 0.45% 0.57% -
XYZ 15.54 22.8 14.65 -
YUV 119.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 80 145 96 0.45 0 0.34 0.43 134.77 0.29 0.44
Hex 50 91 60 2D 0 22 2B 87 1D 2C
Octal 120 221 140 55 0 42 53 207 35 54
Binary 1010000 10010001 1100000 101101 0 100010 101011 10000111 11101 101100

Color Harmonies of #509160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509160

Black with #509160

Text Example


Text Example

White with #509160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509160; }

 p { color: rgb(80,145,96); }

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

background-color css

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

 a { background-color: rgb(80,145,96); }

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

border-color css

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

 span { border-color: rgb(80,145,96); }

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