#509960

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

Shades of Chateau Green #509960

Tints of Chateau Green #509960

Color information

#509960 (or 0x509960) is unknown color: approx Chateau Green. HEX triplet: 50, 99 and 60. RGB value is (80,153,96). Sum of RGB (Red+Green+Blue) = 80+153+96=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #509960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509960 is #AF669F. Grayscale: #7C7C7C. Windows color (decimal): -11495072 or 6330704. OLE color: 6330704.

HSL color Cylindrical-coordinate representation of color #509960: hue angle of 133.15º degrees, saturation: 0.31, 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 #509960 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB8015396-
CMYK0.4800.370.4
HSL133.15º31.33%45.69%-
HSV(B)133.15º47.71%60%-
XYZ16.8125.3315.07-
YUV124.68111.8296.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=24.32%
G=46.50%
B=29.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153960.4800.370.4133.1531.3345.69
Hex5099603002528851f2e
Octal12023114060045502053756
Binary101000010011001110000011000001001011010001000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509960; }

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

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

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

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

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

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

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

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