#509266

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

Shades of Chateau Green #509266

Tints of Chateau Green #509266

Color information

#509266 (or 0x509266) is unknown color: approx Chateau Green. HEX triplet: 50, 92 and 66. RGB value is (80,146,102). Sum of RGB (Red+Green+Blue) = 80+146+102=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #509266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509266 is #AF6D99. Grayscale: #797979. Windows color (decimal): -11496858 or 6722128. OLE color: 6722128.

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

Color convert

RGB80146102-
CMYK0.4500.300.43
HSL140º29.2%44.31%-
HSV(B)140º45.21%57.25%-
XYZ15.9923.2216.21-
YUV121.25117.1398.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=24.39%
G=44.51%
B=31.10%

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
Decimal801461020.4500.300.4314029.244.31
Hex5092662D01E2B8c1d2c
Octal12022214655036532143554
Binary10100001001001011001101011010111101010111000110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509266; }

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

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

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

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

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

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

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

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