#549E64

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

Shades of Chateau Green #549E64

Tints of Chateau Green #549E64

Color information

#549E64 (or 0x549E64) is unknown color: approx Chateau Green. HEX triplet: 54, 9E and 64. RGB value is (84,158,100). Sum of RGB (Red+Green+Blue) = 84+158+100=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #549E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E64 is #AB619B. Grayscale: #818181. Windows color (decimal): -11231644 or 6594132. OLE color: 6594132.

HSL color Cylindrical-coordinate representation of color #549E64: hue angle of 132.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E64 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB84158100-
CMYK0.4700.370.38
HSL132.97º30.58%47.45%-
HSV(B)132.97º46.84%61.96%-
XYZ18.1827.2616.36-
YUV129.26111.4895.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=24.56%
G=46.20%
B=29.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581000.4700.370.38132.9730.5847.45
Hex549E642F02526851f2f
Octal12423614457045462053757
Binary101010010011110110010010111101001011001101000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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