#549256

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

Shades of Hippie Green #549256

Tints of Hippie Green #549256

Color information

#549256 (or 0x549256) is unknown color: approx Hippie Green. HEX triplet: 54, 92 and 56. RGB value is (84,146,86). Sum of RGB (Red+Green+Blue) = 84+146+86=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #549256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549256 is #AB6DA9. Grayscale: #787878. Windows color (decimal): -11234730 or 5673556. OLE color: 5673556.

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

Color convert

RGB8414686-
CMYK0.4200.410.43
HSL121.94º26.96%45.1%-
HSV(B)121.94º42.47%57.25%-
XYZ15.6123.1112.44-
YUV120.62108.46101.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=26.58%
G=46.20%
B=27.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146860.4200.410.43121.9426.9645.1
Hex5492562A0292B7a1b2d
Octal12422212652051531723355
Binary10101001001001010101101010100101001101011111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549256; }

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

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

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

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

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

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

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

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