#559454

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

Shades of Hippie Green #559454

Tints of Hippie Green #559454

Color information

#559454 (or 0x559454) is unknown color: approx Hippie Green. HEX triplet: 55, 94 and 54. RGB value is (85,148,84). Sum of RGB (Red+Green+Blue) = 85+148+84=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #559454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559454 is #AA6BAB. Grayscale: #7A7A7A. Windows color (decimal): -11168684 or 5542997. OLE color: 5542997.

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

Color convert

RGB8514884-
CMYK0.4300.430.42
HSL119.06º27.59%45.49%-
HSV(B)119.06º43.24%58.04%-
XYZ15.9423.7512.13-
YUV121.87106.63101.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=26.81%
G=46.69%
B=26.50%

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
Decimal85148840.4300.430.42119.0627.5945.49
Hex5594542B02B2A771c2d
Octal12522412453053521673455
Binary10101011001010010101001010110101011101010111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559454; }

 p { color: rgb(85,148,84); }

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

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

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

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

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

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

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