#599550

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

Shades of Hippie Green #599550

Tints of Hippie Green #599550

Color information

#599550 (or 0x599550) is unknown color: approx Hippie Green. HEX triplet: 59, 95 and 50. RGB value is (89,149,80). Sum of RGB (Red+Green+Blue) = 89+149+80=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #599550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599550 is #A66AAF. Grayscale: #7B7B7B. Windows color (decimal): -10906288 or 5281113. OLE color: 5281113.

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

Color convert

RGB8914980-
CMYK0.4000.460.42
HSL112.17º30.13%44.9%-
HSV(B)112.17º46.31%58.43%-
XYZ16.3224.211.4-
YUV123.19103.62103.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=27.99%
G=46.86%
B=25.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89149800.4000.460.42112.1730.1344.9
Hex5995502802E2A701e2d
Octal13122512050056521603655
Binary10110011001010110100001010000101110101010111000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599550; }

 p { color: rgb(89,149,80); }

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

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

 a { background-color: rgb(89,149,80); }

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

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

 span { border-color: rgb(89,149,80); }

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