#559248

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

Shades of Hippie Green #559248

Tints of Hippie Green #559248

Color information

#559248 (or 0x559248) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 48. RGB value is (85,146,72). Sum of RGB (Red+Green+Blue) = 85+146+72=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #559248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559248 is #AA6DB7. Grayscale: #777777. Windows color (decimal): -11169208 or 4756053. OLE color: 4756053.

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

Color convert

RGB8514672-
CMYK0.4200.510.43
HSL109.46º33.94%42.75%-
HSV(B)109.46º50.68%57.25%-
XYZ15.1922.969.76-
YUV119.32101.29103.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=28.05%
G=48.18%
B=23.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146720.4200.510.43109.4633.9442.75
Hex5592482A0332B6d222b
Octal12522211052063531554253
Binary101010110010010100100010101001100111010111101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559248; }

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

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

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

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

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

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

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

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