#5D8C5F

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

Shades of Hippie Green #5D8C5F

Tints of Hippie Green #5D8C5F

Color information

#5D8C5F (or 0x5D8C5F) is unknown color: approx Hippie Green. HEX triplet: 5D, 8C and 5F. RGB value is (93,140,95). Sum of RGB (Red+Green+Blue) = 93+140+95=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8C5F is #A273A0. Grayscale: #787878. Windows color (decimal): -10646433 or 6261853. OLE color: 6261853.

HSL color Cylindrical-coordinate representation of color #5D8C5F: hue angle of 122.55º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8C5F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB9314095-
CMYK0.3400.320.45
HSL122.55º20.17%45.69%-
HSV(B)122.55º33.57%54.9%-
XYZ15.9621.9114.21-
YUV120.82113.43108.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=28.35%
G=42.68%
B=28.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93140950.3400.320.45122.5520.1745.69
Hex5D8C5F220202D7b142e
Octal13521413742040551732456
Binary10111011000110010111111000100100000101101111101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,95); }

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

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

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

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

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

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

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