#509660

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

Shades of Chateau Green #509660

Tints of Chateau Green #509660

Color information

#509660 (or 0x509660) is unknown color: approx Chateau Green. HEX triplet: 50, 96 and 60. RGB value is (80,150,96). Sum of RGB (Red+Green+Blue) = 80+150+96=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #509660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509660 is #AF699F. Grayscale: #7B7B7B. Windows color (decimal): -11495840 or 6329936. OLE color: 6329936.

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

Color convert

RGB8015096-
CMYK0.4700.360.41
HSL133.71º30.43%45.1%-
HSV(B)133.71º46.67%58.82%-
XYZ16.3324.3614.91-
YUV122.91112.8197.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=24.54%
G=46.01%
B=29.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150960.4700.360.41133.7130.4345.1
Hex5096602F02429861e2d
Octal12022614057044512063655
Binary101000010010110110000010111101001001010011000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509660; }

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

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

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

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

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

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

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

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