#508D5E

Color #508D5E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #508D5E

Tints of Chateau Green #508D5E

Color information

#508D5E (or 0x508D5E) is unknown color: approx Chateau Green. HEX triplet: 50, 8D and 5E. RGB value is (80,141,94). Sum of RGB (Red+Green+Blue) = 80+141+94=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #508D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D5E is #AF72A1. Grayscale: #757575. Windows color (decimal): -11498146 or 6196560. OLE color: 6196560.

HSL color Cylindrical-coordinate representation of color #508D5E: hue angle of 133.77º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D5E is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB8014194-
CMYK0.4300.330.45
HSL133.77º27.6%43.33%-
HSV(B)133.77º43.26%55.29%-
XYZ14.8521.5613.97-
YUV117.4114.79101.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=25.40%
G=44.76%
B=29.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141940.4300.330.45133.7727.643.33
Hex508D5E2B0212D861c2b
Octal12021513653041552063453
Binary101000010001101101111010101101000011011011000011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D5E; }

 p { color: rgb(80,141,94); }

 H1.HeaderClassName
 {
   color: #508D5E;
 }
 .AnyTagClassName
 {
   color: #508D5E;
 }
</style>
background-color css

<style>
 a { background-color: #508D5E; }

 a { background-color: rgb(80,141,94); }

 div.DivClassName
 {
   background-color: #508D5E;
 }
 .BgClassName
 {
   background-color: #508D5E;
 }
</style>
border-color css

<style>
 span { border-color: #508D5E; }

 span { border-color: rgb(80,141,94); }

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