Html Css Color HEX #509A60 Chateau Green

📋 copy color: '#509A60'

red 80 ◦ green 154 ◦ blue 96

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

Shades of Chateau Green #509A60

Tints of Chateau Green #509A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

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

R = 24.24%
G = 46.67%
B = 29.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#509A60 (or 0x509A60) is known color: Chateau Green. HEX triplet: 50, 9A and 60. RGB value is (80,154,96). Sum of RGB (Red+Green+Blue) = 80+154+96=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #509A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A60 is #AF659F. Grayscale: #7D7D7D. Windows color (decimal): -11494816 or 6330960. OLE color: 6330960.

HSL color Cylindrical-coordinate representation of color #509A60: hue angle of 132.97º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509A60 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 96 -
CMYK 0.48 0 0.38 0.40
HSL 132.97º 0.32% 0.46% -
HSV(B) 132.97º 0.48% 0.6% -
XYZ 16.98 25.66 15.12 -
YUV 125.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 80 154 96 0.48 0 0.38 0.40 132.97 0.32 0.46
Hex 50 9A 60 30 0 26 28 85 20 2E
Octal 120 232 140 60 0 46 50 205 40 56
Binary 1010000 10011010 1100000 110000 0 100110 101000 10000101 100000 101110

Color Harmonies of #509A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A60

Black with #509A60

Text Example


Text Example

White with #509A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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