#5D9560

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

Shades of Hippie Green #5D9560

Tints of Hippie Green #5D9560

Color information

#5D9560 (or 0x5D9560) is unknown color: approx Hippie Green. HEX triplet: 5D, 95 and 60. RGB value is (93,149,96). Sum of RGB (Red+Green+Blue) = 93+149+96=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #5D9560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9560 is #A26A9F. Grayscale: #7E7E7E. Windows color (decimal): -10644128 or 6329693. OLE color: 6329693.

HSL color Cylindrical-coordinate representation of color #5D9560: hue angle of 123.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9560 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9314996-
CMYK0.3800.360.42
HSL123.21º23.14%47.45%-
HSV(B)123.21º37.58%58.43%-
XYZ17.3724.6714.91-
YUV126.21110.95104.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.51%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=27.51%
G=44.08%
B=28.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93149960.3800.360.42123.2123.1447.45
Hex5D9560260242A7b172f
Octal13522514046044521732757
Binary10111011001010111000001001100100100101010111101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D9560; }

 p { color: rgb(93,149,96); }

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

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

 a { background-color: rgb(93,149,96); }

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

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

 span { border-color: rgb(93,149,96); }

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