#549249

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

Shades of Hippie Green #549249

Tints of Hippie Green #549249

Color information

#549249 (or 0x549249) is unknown color: approx Hippie Green. HEX triplet: 54, 92 and 49. RGB value is (84,146,73). Sum of RGB (Red+Green+Blue) = 84+146+73=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #549249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549249 is #AB6DB6. Grayscale: #777777. Windows color (decimal): -11234743 or 4821588. OLE color: 4821588.

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

Color convert

RGB8414673-
CMYK0.4200.50.43
HSL110.96º33.33%42.94%-
HSV(B)110.96º50%57.25%-
XYZ15.1422.929.93-
YUV119.14101.96102.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=27.72%
G=48.18%
B=24.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146730.4200.50.43110.9633.3342.94
Hex5492492A0322B6f212b
Octal12422211152062531574153
Binary101010010010010100100110101001100101010111101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549249; }

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

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

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

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

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

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

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

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