#5D954E

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

Shades of Hippie Green #5D954E

Tints of Hippie Green #5D954E

Color information

#5D954E (or 0x5D954E) is unknown color: approx Hippie Green. HEX triplet: 5D, 95 and 4E. RGB value is (93,149,78). Sum of RGB (Red+Green+Blue) = 93+149+78=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #5D954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D954E is #A26AB1. Grayscale: #7C7C7C. Windows color (decimal): -10644146 or 5150045. OLE color: 5150045.

HSL color Cylindrical-coordinate representation of color #5D954E: hue angle of 107.32º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D954E is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB9314978-
CMYK0.3800.480.42
HSL107.32º31.28%44.51%-
HSV(B)107.32º47.65%58.43%-
XYZ16.6424.3711.04-
YUV124.16101.95105.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=29.06%
G=46.56%
B=24.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93149780.3800.480.42107.3231.2844.51
Hex5D954E260302A6b1f2d
Octal13522511646060521533755
Binary10111011001010110011101001100110000101010110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,149,78); }

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

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

 a { background-color: rgb(93,149,78); }

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

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

 span { border-color: rgb(93,149,78); }

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