#509163

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

Shades of Chateau Green #509163

Tints of Chateau Green #509163

Color information

#509163 (or 0x509163) is unknown color: approx Chateau Green. HEX triplet: 50, 91 and 63. RGB value is (80,145,99). Sum of RGB (Red+Green+Blue) = 80+145+99=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #509163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509163 is #AF6E9C. Grayscale: #787878. Windows color (decimal): -11497117 or 6525264. OLE color: 6525264.

HSL color Cylindrical-coordinate representation of color #509163: hue angle of 137.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509163 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB8014599-
CMYK0.4500.320.43
HSL137.54º28.89%44.12%-
HSV(B)137.54º44.83%56.86%-
XYZ15.6922.8615.39-
YUV120.32115.9799.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=24.69%
G=44.75%
B=30.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145990.4500.320.43137.5428.8944.12
Hex5091632D0202B8a1d2c
Octal12022114355040532123554
Binary101000010010001110001110110101000001010111000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509163; }

 p { color: rgb(80,145,99); }

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

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

 a { background-color: rgb(80,145,99); }

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

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

 span { border-color: rgb(80,145,99); }

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