Html Css Color HEX #509F63 Chateau Green

📋 copy color: '#509F63'

red 80 ◦ green 159 ◦ blue 99

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

Shades of Chateau Green #509F63

Tints of Chateau Green #509F63

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.04%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 23.67%
G = 47.04%
B = 29.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#509F63 (or 0x509F63) is known color: Chateau Green. HEX triplet: 50, 9F and 63. RGB value is (80,159,99). Sum of RGB (Red+Green+Blue) = 80+159+99=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #509F63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F63 is #AF609C. Grayscale: #808080. Windows color (decimal): -11493533 or 6528848. OLE color: 6528848.

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

Color convert

RGB 80 159 99 -
CMYK 0.50 0 0.38 0.38
HSL 134.43º 0.33% 0.47% -
HSV(B) 134.43º 0.5% 0.62% -
XYZ 17.96 27.4 16.15 -
YUV 128.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 80 159 99 0.50 0 0.38 0.38 134.43 0.33 0.47
Hex 50 9F 63 32 0 26 26 86 21 2F
Octal 120 237 143 62 0 46 46 206 41 57
Binary 1010000 10011111 1100011 110010 0 100110 100110 10000110 100001 101111

Color Harmonies of #509F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F63

Black with #509F63

Text Example


Text Example

White with #509F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,99); }

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

background-color css

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

 a { background-color: rgb(80,159,99); }

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

border-color css

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

 span { border-color: rgb(80,159,99); }

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