#549254

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

Shades of Hippie Green #549254

Tints of Hippie Green #549254

Color information

#549254 (or 0x549254) is unknown color: approx Hippie Green. HEX triplet: 54, 92 and 54. RGB value is (84,146,84). Sum of RGB (Red+Green+Blue) = 84+146+84=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #549254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549254 is #AB6DAB. Grayscale: #787878. Windows color (decimal): -11234732 or 5542484. OLE color: 5542484.

HSL color Cylindrical-coordinate representation of color #549254: hue angle of 120º 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 #549254 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB8414684-
CMYK0.4200.420.43
HSL120º26.96%45.1%-
HSV(B)120º42.47%57.25%-
XYZ15.5423.0812.02-
YUV120.39107.46102.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=26.75%
G=46.50%
B=26.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146840.4200.420.4312026.9645.1
Hex5492542A02A2B781b2d
Octal12422212452052531703355
Binary10101001001001010101001010100101010101011111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549254; }

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

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

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

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

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

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

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

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