#549166

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

Shades of Chateau Green #549166

Tints of Chateau Green #549166

Color information

#549166 (or 0x549166) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 66. RGB value is (84,145,102). Sum of RGB (Red+Green+Blue) = 84+145+102=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #549166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549166 is #AB6E99. Grayscale: #797979. Windows color (decimal): -11234970 or 6721876. OLE color: 6721876.

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

Color convert

RGB84145102-
CMYK0.4200.300.43
HSL137.7º26.64%44.9%-
HSV(B)137.7º42.07%56.86%-
XYZ16.1823.0916.18-
YUV121.86116.79101-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=25.38%
G=43.81%
B=30.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451020.4200.300.43137.726.6444.9
Hex5491662A01E2B8a1b2d
Octal12422114652036532123355
Binary10101001001000111001101010100111101010111000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549166; }

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

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

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

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

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

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

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

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