#559551

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

Shades of Hippie Green #559551

Tints of Hippie Green #559551

Color information

#559551 (or 0x559551) is unknown color: approx Hippie Green. HEX triplet: 55, 95 and 51. RGB value is (85,149,81). Sum of RGB (Red+Green+Blue) = 85+149+81=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #559551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559551 is #AA6AAE. Grayscale: #7A7A7A. Windows color (decimal): -11168431 or 5346645. OLE color: 5346645.

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

Color convert

RGB8514981-
CMYK0.4300.460.42
HSL116.47º29.57%45.1%-
HSV(B)116.47º45.64%58.43%-
XYZ15.9824.0211.58-
YUV122.11104.8101.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=26.98%
G=47.30%
B=25.71%

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
Decimal85149810.4300.460.42116.4729.5745.1
Hex5595512B02E2A741e2d
Octal12522512153056521643655
Binary10101011001010110100011010110101110101010111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559551; }

 p { color: rgb(85,149,81); }

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

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

 a { background-color: rgb(85,149,81); }

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

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

 span { border-color: rgb(85,149,81); }

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