#5D945D

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

Shades of Hippie Green #5D945D

Tints of Hippie Green #5D945D

Color information

#5D945D (or 0x5D945D) is unknown color: approx Hippie Green. HEX triplet: 5D, 94 and 5D. RGB value is (93,148,93). Sum of RGB (Red+Green+Blue) = 93+148+93=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #5D945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D945D is #A26BA2. Grayscale: #7D7D7D. Windows color (decimal): -10644387 or 6132829. OLE color: 6132829.

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

Color convert

RGB9314893-
CMYK0.3700.370.42
HSL120º22.82%47.25%-
HSV(B)120º37.16%58.04%-
XYZ17.0824.314.15-
YUV125.28109.78104.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=27.84%
G=44.31%
B=27.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93148930.3700.370.4212022.8247.25
Hex5D945D250252A78172f
Octal13522413545045521702757
Binary10111011001010010111011001010100101101010111100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,148,93); }

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

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

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

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

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

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

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