#549564

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

Shades of Chateau Green #549564

Tints of Chateau Green #549564

Color information

#549564 (or 0x549564) is unknown color: approx Chateau Green. HEX triplet: 54, 95 and 64. RGB value is (84,149,100). Sum of RGB (Red+Green+Blue) = 84+149+100=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #549564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549564 is #AB6A9B. Grayscale: #7C7C7C. Windows color (decimal): -11233948 or 6591828. OLE color: 6591828.

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

Color convert

RGB84149100-
CMYK0.4400.330.42
HSL134.77º27.9%45.69%-
HSV(B)134.77º43.62%58.43%-
XYZ16.724.315.87-
YUV123.98114.4799.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=25.23%
G=44.74%
B=30.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491000.4400.330.42134.7727.945.69
Hex5495642C0212A871c2e
Octal12422514454041522073456
Binary101010010010101110010010110001000011010101000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549564; }

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

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

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

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

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

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

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

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