#549152

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

Shades of Hippie Green #549152

Tints of Hippie Green #549152

Color information

#549152 (or 0x549152) is unknown color: approx Hippie Green. HEX triplet: 54, 91 and 52. RGB value is (84,145,82). Sum of RGB (Red+Green+Blue) = 84+145+82=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #549152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549152 is #AB6EAD. Grayscale: #777777. Windows color (decimal): -11234990 or 5411156. OLE color: 5411156.

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

Color convert

RGB8414582-
CMYK0.4200.430.43
HSL118.1º27.75%44.51%-
HSV(B)118.1º43.45%56.86%-
XYZ15.322.7411.57-
YUV119.58106.79102.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=27.01%
G=46.62%
B=26.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145820.4200.430.43118.127.7544.51
Hex5491522A02B2B761c2d
Octal12422112252053531663455
Binary10101001001000110100101010100101011101011111011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549152; }

 p { color: rgb(84,145,82); }

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

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

 a { background-color: rgb(84,145,82); }

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

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

 span { border-color: rgb(84,145,82); }

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