Html Css Color HEX #509F5F Chateau Green

📋 copy color: '#509F5F'

red 80 ◦ green 159 ◦ blue 95

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

Shades of Chateau Green #509F5F

Tints of Chateau Green #509F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 23.95%
G = 47.6%
B = 28.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#509F5F (or 0x509F5F) is known color: Chateau Green. HEX triplet: 50, 9F and 5F. RGB value is (80,159,95). Sum of RGB (Red+Green+Blue) = 80+159+95=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #509F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F5F is #AF60A0. Grayscale: #808080. Windows color (decimal): -11493537 or 6266704. OLE color: 6266704.

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

Color convert

RGB 80 159 95 -
CMYK 0.50 0 0.40 0.38
HSL 131.39º 0.33% 0.47% -
HSV(B) 131.39º 0.5% 0.62% -
XYZ 17.77 27.33 15.16 -
YUV 128.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 80 159 95 0.50 0 0.40 0.38 131.39 0.33 0.47
Hex 50 9F 5F 32 0 28 26 83 21 2F
Octal 120 237 137 62 0 50 46 203 41 57
Binary 1010000 10011111 1011111 110010 0 101000 100110 10000011 100001 101111

Color Harmonies of #509F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F5F

Black with #509F5F

Text Example


Text Example

White with #509F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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