#549664

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

Shades of Chateau Green #549664

Tints of Chateau Green #549664

Color information

#549664 (or 0x549664) is unknown color: approx Chateau Green. HEX triplet: 54, 96 and 64. RGB value is (84,150,100). Sum of RGB (Red+Green+Blue) = 84+150+100=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #549664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549664 is #AB699B. Grayscale: #7C7C7C. Windows color (decimal): -11233692 or 6592084. OLE color: 6592084.

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

Color convert

RGB84150100-
CMYK0.4400.330.41
HSL134.55º28.21%45.88%-
HSV(B)134.55º44%58.82%-
XYZ16.8624.6215.92-
YUV124.57114.1399.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=25.15%
G=44.91%
B=29.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501000.4400.330.41134.5528.2145.88
Hex5496642C02129871c2e
Octal12422614454041512073456
Binary101010010010110110010010110001000011010011000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549664; }

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

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

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

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

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

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

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

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