#559450

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

Shades of Hippie Green #559450

Tints of Hippie Green #559450

Color information

#559450 (or 0x559450) is unknown color: approx Hippie Green. HEX triplet: 55, 94 and 50. RGB value is (85,148,80). Sum of RGB (Red+Green+Blue) = 85+148+80=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #559450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559450 is #AA6BAF. Grayscale: #797979. Windows color (decimal): -11168688 or 5280853. OLE color: 5280853.

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

Color convert

RGB8514880-
CMYK0.4300.460.42
HSL115.59º29.82%44.71%-
HSV(B)115.59º45.95%58.04%-
XYZ15.7823.6911.33-
YUV121.41104.63102.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=27.16%
G=47.28%
B=25.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148800.4300.460.42115.5929.8244.71
Hex5594502B02E2A741e2d
Octal12522412053056521643655
Binary10101011001010010100001010110101110101010111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559450; }

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

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

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

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

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

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

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

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