#549354

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

Shades of Hippie Green #549354

Tints of Hippie Green #549354

Color information

#549354 (or 0x549354) is unknown color: approx Hippie Green. HEX triplet: 54, 93 and 54. RGB value is (84,147,84). Sum of RGB (Red+Green+Blue) = 84+147+84=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #549354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549354 is #AB6CAB. Grayscale: #797979. Windows color (decimal): -11234476 or 5542740. OLE color: 5542740.

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

Color convert

RGB8414784-
CMYK0.4300.430.42
HSL120º27.27%45.29%-
HSV(B)120º42.86%57.65%-
XYZ15.6923.3912.08-
YUV120.98107.13101.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=26.67%
G=46.67%
B=26.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147840.4300.430.4212027.2745.29
Hex5493542B02B2A781b2d
Octal12422312453053521703355
Binary10101001001001110101001010110101011101010111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549354; }

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

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

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

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

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

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

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

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