#509560

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

Shades of Chateau Green #509560

Tints of Chateau Green #509560

Color information

#509560 (or 0x509560) is unknown color: approx Chateau Green. HEX triplet: 50, 95 and 60. RGB value is (80,149,96). Sum of RGB (Red+Green+Blue) = 80+149+96=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #509560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509560 is #AF6A9F. Grayscale: #7A7A7A. Windows color (decimal): -11496096 or 6329680. OLE color: 6329680.

HSL color Cylindrical-coordinate representation of color #509560: hue angle of 133.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509560 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8014996-
CMYK0.4600.360.42
HSL133.91º30.13%44.9%-
HSV(B)133.91º46.31%58.43%-
XYZ16.1724.0414.86-
YUV122.33113.1497.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=24.62%
G=45.85%
B=29.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149960.4600.360.42133.9130.1344.9
Hex5095602E0242A861e2d
Octal12022514056044522063655
Binary101000010010101110000010111001001001010101000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509560; }

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

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

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

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

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

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

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

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