Html Css Color HEX #509E66 Chateau Green

📋 copy color: '#509E66'

red 80 ◦ green 158 ◦ blue 102

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

Shades of Chateau Green #509E66

Tints of Chateau Green #509E66

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.47%

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

R = 23.53%
G = 46.47%
B = 30%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#509E66 (or 0x509E66) is known color: Chateau Green. HEX triplet: 50, 9E and 66. RGB value is (80,158,102). Sum of RGB (Red+Green+Blue) = 80+158+102=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #509E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E66 is #AF6199. Grayscale: #808080. Windows color (decimal): -11493786 or 6725200. OLE color: 6725200.

HSL color Cylindrical-coordinate representation of color #509E66: hue angle of 136.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E66 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 102 -
CMYK 0.49 0 0.35 0.38
HSL 136.92º 0.33% 0.47% -
HSV(B) 136.92º 0.49% 0.62% -
XYZ 17.93 27.12 16.86 -
YUV 128.29 113.16 93.55 -
System Red Green Blue C M Y K H S L
Decimal 80 158 102 0.49 0 0.35 0.38 136.92 0.33 0.47
Hex 50 9E 66 31 0 23 26 89 21 2F
Octal 120 236 146 61 0 43 46 211 41 57
Binary 1010000 10011110 1100110 110001 0 100011 100110 10001001 100001 101111

Color Harmonies of #509E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E66

Black with #509E66

Text Example


Text Example

White with #509E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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