#5D935E

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

Shades of Hippie Green #5D935E

Tints of Hippie Green #5D935E

Color information

#5D935E (or 0x5D935E) is unknown color: approx Hippie Green. HEX triplet: 5D, 93 and 5E. RGB value is (93,147,94). Sum of RGB (Red+Green+Blue) = 93+147+94=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #5D935E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D935E is #A26CA1. Grayscale: #7C7C7C. Windows color (decimal): -10644642 or 6198109. OLE color: 6198109.

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

Color convert

RGB9314794-
CMYK0.3700.360.42
HSL121.11º22.5%47.06%-
HSV(B)121.11º36.73%57.65%-
XYZ16.972414.33-
YUV124.81110.61105.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=27.84%
G=44.01%
B=28.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93147940.3700.360.42121.1122.547.06
Hex5D935E250242A79162f
Octal13522313645044521712657
Binary10111011001001110111101001010100100101010111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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