#549160

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

Shades of Chateau Green #549160

Tints of Chateau Green #549160

Color information

#549160 (or 0x549160) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 60. RGB value is (84,145,96). Sum of RGB (Red+Green+Blue) = 84+145+96=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #549160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549160 is #AB6E9F. Grayscale: #797979. Windows color (decimal): -11234976 or 6328660. OLE color: 6328660.

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

Color convert

RGB8414596-
CMYK0.4200.340.43
HSL131.8º26.64%44.9%-
HSV(B)131.8º42.07%56.86%-
XYZ15.8922.9814.66-
YUV121.18113.79101.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=25.85%
G=44.62%
B=29.54%

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
Decimal84145960.4200.340.43131.826.6444.9
Hex5491602A0222B841b2d
Octal12422114052042532043355
Binary101010010010001110000010101001000101010111000010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549160; }

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

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

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

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

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

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

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

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