#5B935C

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

Shades of Hippie Green #5B935C

Tints of Hippie Green #5B935C

Color information

#5B935C (or 0x5B935C) is unknown color: approx Hippie Green. HEX triplet: 5B, 93 and 5C. RGB value is (91,147,92). Sum of RGB (Red+Green+Blue) = 91+147+92=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #5B935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B935C is #A46CA3. Grayscale: #7C7C7C. Windows color (decimal): -10775716 or 6067035. OLE color: 6067035.

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

Color convert

RGB9114792-
CMYK0.3800.370.42
HSL121.07º23.53%46.67%-
HSV(B)121.07º38.1%57.65%-
XYZ16.6823.8613.85-
YUV123.99109.95104.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=27.58%
G=44.55%
B=27.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91147920.3800.370.42121.0723.5346.67
Hex5B935C260252A79182f
Octal13322313446045521713057
Binary10110111001001110111001001100100101101010111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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