Html Css Color HEX #509A66 Chateau Green

📋 copy color: '#509A66'

red 80 ◦ green 154 ◦ blue 102

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

Shades of Chateau Green #509A66

Tints of Chateau Green #509A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 23.81%
G = 45.83%
B = 30.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#509A66 (or 0x509A66) is known color: Chateau Green. HEX triplet: 50, 9A and 66. RGB value is (80,154,102). Sum of RGB (Red+Green+Blue) = 80+154+102=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #509A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A66 is #AF6599. Grayscale: #7E7E7E. Windows color (decimal): -11494810 or 6724176. OLE color: 6724176.

HSL color Cylindrical-coordinate representation of color #509A66: hue angle of 137.84º 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 #509A66 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 154 102 -
CMYK 0.48 0 0.34 0.40
HSL 137.84º 0.32% 0.46% -
HSV(B) 137.84º 0.48% 0.6% -
XYZ 17.26 25.78 16.64 -
YUV 125.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 80 154 102 0.48 0 0.34 0.40 137.84 0.32 0.46
Hex 50 9A 66 30 0 22 28 8A 20 2E
Octal 120 232 146 60 0 42 50 212 40 56
Binary 1010000 10011010 1100110 110000 0 100010 101000 10001010 100000 101110

Color Harmonies of #509A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A66

Black with #509A66

Text Example


Text Example

White with #509A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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