#599950

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

Shades of Hippie Green #599950

Tints of Hippie Green #599950

Color information

#599950 (or 0x599950) is unknown color: approx Hippie Green. HEX triplet: 59, 99 and 50. RGB value is (89,153,80). Sum of RGB (Red+Green+Blue) = 89+153+80=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #599950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599950 is #A666AF. Grayscale: #7D7D7D. Windows color (decimal): -10905264 or 5282137. OLE color: 5282137.

HSL color Cylindrical-coordinate representation of color #599950: hue angle of 112.6º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599950 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB8915380-
CMYK0.4200.480.4
HSL112.6º31.33%45.69%-
HSV(B)112.6º47.71%60%-
XYZ16.9625.4911.61-
YUV125.54102.3101.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=27.64%
G=47.52%
B=24.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89153800.4200.480.4112.631.3345.69
Hex5999502A03028711f2e
Octal13123112052060501613756
Binary10110011001100110100001010100110000101000111000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599950; }

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

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

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

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

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

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

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

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