#509166

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

Shades of Chateau Green #509166

Tints of Chateau Green #509166

Color information

#509166 (or 0x509166) is unknown color: approx Chateau Green. HEX triplet: 50, 91 and 66. RGB value is (80,145,102). Sum of RGB (Red+Green+Blue) = 80+145+102=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #509166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509166 is #AF6E99. Grayscale: #787878. Windows color (decimal): -11497114 or 6721872. OLE color: 6721872.

HSL color Cylindrical-coordinate representation of color #509166: hue angle of 140.31º 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 #509166 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB80145102-
CMYK0.4500.300.43
HSL140.31º28.89%44.12%-
HSV(B)140.31º44.83%56.86%-
XYZ15.8322.9216.16-
YUV120.66117.4799-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=24.46%
G=44.34%
B=31.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451020.4500.300.43140.3128.8944.12
Hex5091662D01E2B8c1d2c
Octal12022114655036532143554
Binary10100001001000111001101011010111101010111000110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509166; }

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

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

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

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

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

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

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

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