#5B935E

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

Shades of Hippie Green #5B935E

Tints of Hippie Green #5B935E

Color information

#5B935E (or 0x5B935E) is unknown color: approx Hippie Green. HEX triplet: 5B, 93 and 5E. RGB value is (91,147,94). Sum of RGB (Red+Green+Blue) = 91+147+94=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #5B935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B935E is #A46CA1. Grayscale: #7C7C7C. Windows color (decimal): -10775714 or 6198107. OLE color: 6198107.

HSL color Cylindrical-coordinate representation of color #5B935E: hue angle of 123.21º degrees, saturation: 0.24, 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 #5B935E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9114794-
CMYK0.3800.360.42
HSL123.21º23.53%46.67%-
HSV(B)123.21º38.1%57.65%-
XYZ16.7723.914.32-
YUV124.21110.95104.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=27.41%
G=44.28%
B=28.31%

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
Decimal91147940.3800.360.42123.2123.5346.67
Hex5B935E260242A7b182f
Octal13322313646044521733057
Binary10110111001001110111101001100100100101010111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,94); }

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

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

 a { background-color: rgb(91,147,94); }

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

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

 span { border-color: rgb(91,147,94); }

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