#509261

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

Shades of Chateau Green #509261

Tints of Chateau Green #509261

Color information

#509261 (or 0x509261) is unknown color: approx Chateau Green. HEX triplet: 50, 92 and 61. RGB value is (80,146,97). Sum of RGB (Red+Green+Blue) = 80+146+97=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #509261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509261 is #AF6D9E. Grayscale: #787878. Windows color (decimal): -11496863 or 6394448. OLE color: 6394448.

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

Color convert

RGB8014697-
CMYK0.4500.340.43
HSL135.45º29.2%44.31%-
HSV(B)135.45º45.21%57.25%-
XYZ15.7423.1314.94-
YUV120.68114.6398.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=24.77%
G=45.20%
B=30.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146970.4500.340.43135.4529.244.31
Hex5092612D0222B871d2c
Octal12022214155042532073554
Binary101000010010010110000110110101000101010111000011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509261; }

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

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

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

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

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

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

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

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