#559348

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

Shades of Hippie Green #559348

Tints of Hippie Green #559348

Color information

#559348 (or 0x559348) is unknown color: approx Hippie Green. HEX triplet: 55, 93 and 48. RGB value is (85,147,72). Sum of RGB (Red+Green+Blue) = 85+147+72=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #559348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559348 is #AA6CB7. Grayscale: #787878. Windows color (decimal): -11168952 or 4756309. OLE color: 4756309.

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

Color convert

RGB8514772-
CMYK0.4200.510.42
HSL109.6º34.25%42.94%-
HSV(B)109.6º51.02%57.65%-
XYZ15.3523.279.81-
YUV119.91100.96103.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=27.96%
G=48.36%
B=23.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147720.4200.510.42109.634.2542.94
Hex5593482A0332A6e222b
Octal12522311052063521564253
Binary101010110010011100100010101001100111010101101110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559348; }

 p { color: rgb(85,147,72); }

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

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

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

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

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

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

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