#509262

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

Shades of Chateau Green #509262

Tints of Chateau Green #509262

Color information

#509262 (or 0x509262) is unknown color: approx Chateau Green. HEX triplet: 50, 92 and 62. RGB value is (80,146,98). Sum of RGB (Red+Green+Blue) = 80+146+98=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #509262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509262 is #AF6D9D. Grayscale: #787878. Windows color (decimal): -11496862 or 6459984. OLE color: 6459984.

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

Color convert

RGB8014698-
CMYK0.4500.330.43
HSL136.36º29.2%44.31%-
HSV(B)136.36º45.21%57.25%-
XYZ15.7923.1515.19-
YUV120.79115.1398.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=24.69%
G=45.06%
B=30.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146980.4500.330.43136.3629.244.31
Hex5092622D0212B881d2c
Octal12022214255041532103554
Binary101000010010010110001010110101000011010111000100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509262; }

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

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

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

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

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

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

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

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