#549049

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

Shades of Hippie Green #549049

Tints of Hippie Green #549049

Color information

#549049 (or 0x549049) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 49. RGB value is (84,144,73). Sum of RGB (Red+Green+Blue) = 84+144+73=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #549049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549049 is #AB6FB6. Grayscale: #767676. Windows color (decimal): -11235255 or 4821076. OLE color: 4821076.

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

Color convert

RGB8414473-
CMYK0.4200.490.44
HSL110.7º32.72%42.55%-
HSV(B)110.7º49.31%56.47%-
XYZ14.8322.319.83-
YUV117.97102.62103.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=27.91%
G=47.84%
B=24.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144730.4200.490.44110.732.7242.55
Hex5490492A0312C6f212b
Octal12422011152061541574153
Binary101010010010000100100110101001100011011001101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549049; }

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

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

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

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

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

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

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

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