#549A64

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

Shades of Chateau Green #549A64

Tints of Chateau Green #549A64

Color information

#549A64 (or 0x549A64) is unknown color: approx Chateau Green. HEX triplet: 54, 9A and 64. RGB value is (84,154,100). Sum of RGB (Red+Green+Blue) = 84+154+100=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #549A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A64 is #AB659B. Grayscale: #7F7F7F. Windows color (decimal): -11232668 or 6593108. OLE color: 6593108.

HSL color Cylindrical-coordinate representation of color #549A64: hue angle of 133.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A64 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB84154100-
CMYK0.4500.350.40
HSL133.71º29.41%46.67%-
HSV(B)133.71º45.45%60.39%-
XYZ17.5125.9216.14-
YUV126.91112.8197.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 154 (60.55% from 255) = 45.56%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=24.85%
G=45.56%
B=29.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841541000.4500.350.40133.7129.4146.67
Hex549A642D02328861d2f
Octal12423214455043502063557
Binary101010010011010110010010110101000111010001000011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549A64; }

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

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

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

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

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

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

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

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