Html Css Color HEX #509A63 Chateau Green

📋 copy color: '#509A63'

red 80 ◦ green 154 ◦ blue 99

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

Shades of Chateau Green #509A63

Tints of Chateau Green #509A63

RGB

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

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

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

R = 24.02%
G = 46.25%
B = 29.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#509A63 (or 0x509A63) is known color: Chateau Green. HEX triplet: 50, 9A and 63. RGB value is (80,154,99). Sum of RGB (Red+Green+Blue) = 80+154+99=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #509A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A63 is #AF659C. Grayscale: #7D7D7D. Windows color (decimal): -11494813 or 6527568. OLE color: 6527568.

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

Color convert

RGB 80 154 99 -
CMYK 0.48 0 0.36 0.40
HSL 135.41º 0.32% 0.46% -
HSV(B) 135.41º 0.48% 0.6% -
XYZ 17.12 25.72 15.87 -
YUV 125.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 80 154 99 0.48 0 0.36 0.40 135.41 0.32 0.46
Hex 50 9A 63 30 0 24 28 87 20 2E
Octal 120 232 143 60 0 44 50 207 40 56
Binary 1010000 10011010 1100011 110000 0 100100 101000 10000111 100000 101110

Color Harmonies of #509A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A63

Black with #509A63

Text Example


Text Example

White with #509A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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