Html Css Color HEX #509D63 Chateau Green

📋 copy color: '#509D63'

red 80 ◦ green 157 ◦ blue 99

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

Shades of Chateau Green #509D63

Tints of Chateau Green #509D63

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

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

R = 23.81%
G = 46.73%
B = 29.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#509D63 (or 0x509D63) is known color: Chateau Green. HEX triplet: 50, 9D and 63. RGB value is (80,157,99). Sum of RGB (Red+Green+Blue) = 80+157+99=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #509D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D63 is #AF629C. Grayscale: #7F7F7F. Windows color (decimal): -11494045 or 6528336. OLE color: 6528336.

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

Color convert

RGB 80 157 99 -
CMYK 0.49 0 0.37 0.38
HSL 134.81º 0.32% 0.46% -
HSV(B) 134.81º 0.49% 0.62% -
XYZ 17.62 26.72 16.03 -
YUV 127.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 80 157 99 0.49 0 0.37 0.38 134.81 0.32 0.46
Hex 50 9D 63 31 0 25 26 87 20 2E
Octal 120 235 143 61 0 45 46 207 40 56
Binary 1010000 10011101 1100011 110001 0 100101 100110 10000111 100000 101110

Color Harmonies of #509D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D63

Black with #509D63

Text Example


Text Example

White with #509D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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