Html Css Color HEX #509A65 Chateau Green

📋 copy color: '#509A65'

red 80 ◦ green 154 ◦ blue 101

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

Shades of Chateau Green #509A65

Tints of Chateau Green #509A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 23.88%
G = 45.97%
B = 30.15%

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

#509A65 (or 0x509A65) is known color: Chateau Green. HEX triplet: 50, 9A and 65. RGB value is (80,154,101). Sum of RGB (Red+Green+Blue) = 80+154+101=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #509A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A65 is #AF659A. Grayscale: #7D7D7D. Windows color (decimal): -11494811 or 6658640. OLE color: 6658640.

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

Color convert

RGB 80 154 101 -
CMYK 0.48 0 0.34 0.40
HSL 137.03º 0.32% 0.46% -
HSV(B) 137.03º 0.48% 0.6% -
XYZ 17.21 25.76 16.38 -
YUV 125.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 80 154 101 0.48 0 0.34 0.40 137.03 0.32 0.46
Hex 50 9A 65 30 0 22 28 89 20 2E
Octal 120 232 145 60 0 42 50 211 40 56
Binary 1010000 10011010 1100101 110000 0 100010 101000 10001001 100000 101110

Color Harmonies of #509A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509A65

Black with #509A65

Text Example


Text Example

White with #509A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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