#509460

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

Shades of Chateau Green #509460

Tints of Chateau Green #509460

Color information

#509460 (or 0x509460) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 60. RGB value is (80,148,96). Sum of RGB (Red+Green+Blue) = 80+148+96=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #509460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509460 is #AF6B9F. Grayscale: #797979. Windows color (decimal): -11496352 or 6329424. OLE color: 6329424.

HSL color Cylindrical-coordinate representation of color #509460: hue angle of 134.12º 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 #509460 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB8014896-
CMYK0.4600.350.42
HSL134.12º29.82%44.71%-
HSV(B)134.12º45.95%58.04%-
XYZ16.0123.7314.8-
YUV121.74113.4798.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=24.69%
G=45.68%
B=29.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148960.4600.350.42134.1229.8244.71
Hex5094602E0232A861e2d
Octal12022414056043522063655
Binary101000010010100110000010111001000111010101000011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509460; }

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

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

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

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

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

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

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

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