#549566

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

Shades of Chateau Green #549566

Tints of Chateau Green #549566

Color information

#549566 (or 0x549566) is unknown color: approx Chateau Green. HEX triplet: 54, 95 and 66. RGB value is (84,149,102). Sum of RGB (Red+Green+Blue) = 84+149+102=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #549566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549566 is #AB6A99. Grayscale: #7C7C7C. Windows color (decimal): -11233946 or 6722900. OLE color: 6722900.

HSL color Cylindrical-coordinate representation of color #549566: hue angle of 136.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549566 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB84149102-
CMYK0.4400.320.42
HSL136.62º27.9%45.69%-
HSV(B)136.62º43.62%58.43%-
XYZ16.824.3416.38-
YUV124.21115.4799.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=25.07%
G=44.48%
B=30.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491020.4400.320.42136.6227.945.69
Hex5495662C0202A891c2e
Octal12422514654040522113456
Binary101010010010101110011010110001000001010101000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549566; }

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

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

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

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

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

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

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

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