#549162

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

Shades of Chateau Green #549162

Tints of Chateau Green #549162

Color information

#549162 (or 0x549162) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 62. RGB value is (84,145,98). Sum of RGB (Red+Green+Blue) = 84+145+98=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #549162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549162 is #AB6E9D. Grayscale: #797979. Windows color (decimal): -11234974 or 6459732. OLE color: 6459732.

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

Color convert

RGB8414598-
CMYK0.4200.320.43
HSL133.77º26.64%44.9%-
HSV(B)133.77º42.07%56.86%-
XYZ15.9923.0215.16-
YUV121.4114.79101.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=25.69%
G=44.34%
B=29.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145980.4200.320.43133.7726.6444.9
Hex5491622A0202B861b2d
Octal12422114252040532063355
Binary101010010010001110001010101001000001010111000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549162; }

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

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

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

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

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

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

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

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