#549061

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

Shades of Chateau Green #549061

Tints of Chateau Green #549061

Color information

#549061 (or 0x549061) is unknown color: approx Chateau Green. HEX triplet: 54, 90 and 61. RGB value is (84,144,97). Sum of RGB (Red+Green+Blue) = 84+144+97=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #549061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549061 is #AB6F9E. Grayscale: #787878. Windows color (decimal): -11235231 or 6393940. OLE color: 6393940.

HSL color Cylindrical-coordinate representation of color #549061: hue angle of 133º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549061 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB8414497-
CMYK0.4200.330.44
HSL133º26.32%44.71%-
HSV(B)133º41.67%56.47%-
XYZ15.7922.6914.86-
YUV120.7114.62101.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=25.85%
G=44.31%
B=29.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144970.4200.330.4413326.3244.71
Hex5490612A0212C851a2d
Octal12422014152041542053255
Binary101010010010000110000110101001000011011001000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549061; }

 p { color: rgb(84,144,97); }

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

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

 a { background-color: rgb(84,144,97); }

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

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

 span { border-color: rgb(84,144,97); }

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