#549260

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

Shades of Chateau Green #549260

Tints of Chateau Green #549260

Color information

#549260 (or 0x549260) is unknown color: approx Chateau Green. HEX triplet: 54, 92 and 60. RGB value is (84,146,96). Sum of RGB (Red+Green+Blue) = 84+146+96=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #549260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549260 is #AB6D9F. Grayscale: #797979. Windows color (decimal): -11234720 or 6328916. OLE color: 6328916.

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

Color convert

RGB8414696-
CMYK0.4200.340.43
HSL131.61º26.96%45.1%-
HSV(B)131.61º42.47%57.25%-
XYZ16.0523.2914.72-
YUV121.76113.46101.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=25.77%
G=44.79%
B=29.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146960.4200.340.43131.6126.9645.1
Hex5492602A0222B841b2d
Octal12422214052042532043355
Binary101010010010010110000010101001000101010111000010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549260; }

 p { color: rgb(84,146,96); }

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

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

 a { background-color: rgb(84,146,96); }

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

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

 span { border-color: rgb(84,146,96); }

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