#5D8E52

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

Shades of Hippie Green #5D8E52

Tints of Hippie Green #5D8E52

Color information

#5D8E52 (or 0x5D8E52) is unknown color: approx Hippie Green. HEX triplet: 5D, 8E and 52. RGB value is (93,142,82). Sum of RGB (Red+Green+Blue) = 93+142+82=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8E52 is #A271AD. Grayscale: #787878. Windows color (decimal): -10645934 or 5410397. OLE color: 5410397.

HSL color Cylindrical-coordinate representation of color #5D8E52: hue angle of 109º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D8E52 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB9314282-
CMYK0.3500.420.44
HSL109º26.79%43.92%-
HSV(B)109º42.25%55.69%-
XYZ15.7122.2811.46-
YUV120.51106.27108.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=29.34%
G=44.79%
B=25.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93142820.3500.420.4410926.7943.92
Hex5D8E522302A2C6d1b2c
Octal13521612243052541553354
Binary10111011000111010100101000110101010101100110110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,142,82); }

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

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

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

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

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

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

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