#509F60

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

Shades of Chateau Green #509F60

Tints of Chateau Green #509F60

Color information

#509F60 (or 0x509F60) is unknown color: approx Chateau Green. HEX triplet: 50, 9F and 60. RGB value is (80,159,96). Sum of RGB (Red+Green+Blue) = 80+159+96=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #509F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F60 is #AF609F. Grayscale: #808080. Windows color (decimal): -11493536 or 6332240. OLE color: 6332240.

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

Color convert

RGB8015996-
CMYK0.5000.400.38
HSL132.15º33.05%46.86%-
HSV(B)132.15º49.69%62.35%-
XYZ17.8227.3515.41-
YUV128.2109.8393.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=23.88%
G=47.46%
B=28.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159960.5000.400.38132.1533.0546.86
Hex509F60320282684212f
Octal12023714062050462044157
Binary1010000100111111100000110010010100010011010000100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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