#549360

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

Shades of Chateau Green #549360

Tints of Chateau Green #549360

Color information

#549360 (or 0x549360) is unknown color: approx Chateau Green. HEX triplet: 54, 93 and 60. RGB value is (84,147,96). Sum of RGB (Red+Green+Blue) = 84+147+96=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #549360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549360 is #AB6C9F. Grayscale: #7A7A7A. Windows color (decimal): -11234464 or 6329172. OLE color: 6329172.

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

Color convert

RGB8414796-
CMYK0.4300.350.42
HSL131.43º27.27%45.29%-
HSV(B)131.43º42.86%57.65%-
XYZ16.223.614.77-
YUV122.35113.13100.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=25.69%
G=44.95%
B=29.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147960.4300.350.42131.4327.2745.29
Hex5493602B0232A831b2d
Octal12422314053043522033355
Binary101010010010011110000010101101000111010101000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549360; }

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

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

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

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

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

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

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

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