#5B9958

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

Shades of Hippie Green #5B9958

Tints of Hippie Green #5B9958

Color information

#5B9958 (or 0x5B9958) is unknown color: approx Hippie Green. HEX triplet: 5B, 99 and 58. RGB value is (91,153,88). Sum of RGB (Red+Green+Blue) = 91+153+88=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9958 is #A466A7. Grayscale: #7F7F7F. Windows color (decimal): -10774184 or 5806427. OLE color: 5806427.

HSL color Cylindrical-coordinate representation of color #5B9958: hue angle of 117.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9958 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB9115388-
CMYK0.4100.420.4
HSL117.23º26.97%47.25%-
HSV(B)117.23º42.48%60%-
XYZ17.4725.7113.27-
YUV127.05105.96102.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=27.41%
G=46.08%
B=26.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153880.4100.420.4117.2326.9747.25
Hex5B99582902A28751b2f
Octal13323113051052501653357
Binary10110111001100110110001010010101010101000111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,153,88); }

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

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

 a { background-color: rgb(91,153,88); }

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

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

 span { border-color: rgb(91,153,88); }

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