#549059

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

Shades of Hippie Green #549059

Tints of Hippie Green #549059

Color information

#549059 (or 0x549059) is unknown color: approx Hippie Green. HEX triplet: 54, 90 and 59. RGB value is (84,144,89). Sum of RGB (Red+Green+Blue) = 84+144+89=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #549059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549059 is #AB6FA6. Grayscale: #777777. Windows color (decimal): -11235239 or 5869652. OLE color: 5869652.

HSL color Cylindrical-coordinate representation of color #549059: hue angle of 125º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549059 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB8414489-
CMYK0.4200.380.44
HSL125º26.32%44.71%-
HSV(B)125º41.67%56.47%-
XYZ15.4322.5512.99-
YUV119.79110.62102.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=26.50%
G=45.43%
B=28.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144890.4200.380.4412526.3244.71
Hex5490592A0262C7d1a2d
Octal12422013152046541753255
Binary10101001001000010110011010100100110101100111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549059; }

 p { color: rgb(84,144,89); }

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

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

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

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

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

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

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