#5D915B

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

Shades of Hippie Green #5D915B

Tints of Hippie Green #5D915B

Color information

#5D915B (or 0x5D915B) is unknown color: approx Hippie Green. HEX triplet: 5D, 91 and 5B. RGB value is (93,145,91). Sum of RGB (Red+Green+Blue) = 93+145+91=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #5D915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D915B is #A26EA4. Grayscale: #7B7B7B. Windows color (decimal): -10645157 or 6000989. OLE color: 6000989.

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

Color convert

RGB9314591-
CMYK0.3600.370.43
HSL117.78º22.88%46.27%-
HSV(B)117.78º37.24%56.86%-
XYZ16.5323.3313.53-
YUV123.3109.77106.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=28.27%
G=44.07%
B=27.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93145910.3600.370.43117.7822.8846.27
Hex5D915B240252B76172e
Octal13522113344045531662756
Binary10111011001000110110111001000100101101011111011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,145,91); }

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

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

 a { background-color: rgb(93,145,91); }

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

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

 span { border-color: rgb(93,145,91); }

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