#559453

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

Shades of Hippie Green #559453

Tints of Hippie Green #559453

Color information

#559453 (or 0x559453) is unknown color: approx Hippie Green. HEX triplet: 55, 94 and 53. RGB value is (85,148,83). Sum of RGB (Red+Green+Blue) = 85+148+83=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #559453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559453 is #AA6BAC. Grayscale: #797979. Windows color (decimal): -11168685 or 5477461. OLE color: 5477461.

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

Color convert

RGB8514883-
CMYK0.4300.440.42
HSL118.15º28.14%45.29%-
HSV(B)118.15º43.92%58.04%-
XYZ15.923.7411.93-
YUV121.75106.13101.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=26.90%
G=46.84%
B=26.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148830.4300.440.42118.1528.1445.29
Hex5594532B02C2A761c2d
Octal12522412353054521663455
Binary10101011001010010100111010110101100101010111011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559453; }

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

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

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

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

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

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

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

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