#5C8D56

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

Shades of Hippie Green #5C8D56

Tints of Hippie Green #5C8D56

Color information

#5C8D56 (or 0x5C8D56) is unknown color: approx Hippie Green. HEX triplet: 5C, 8D and 56. RGB value is (92,141,86). Sum of RGB (Red+Green+Blue) = 92+141+86=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #5C8D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8D56 is #A372A9. Grayscale: #787878. Windows color (decimal): -10711722 or 5672284. OLE color: 5672284.

HSL color Cylindrical-coordinate representation of color #5C8D56: hue angle of 113.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8D56 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB9214186-
CMYK0.3500.390.45
HSL113.45º24.23%44.51%-
HSV(B)113.45º39.01%55.29%-
XYZ15.622212.23-
YUV120.08108.77107.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=28.84%
G=44.20%
B=26.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92141860.3500.390.45113.4524.2344.51
Hex5C8D56230272D71182d
Octal13421512643047551613055
Binary10111001000110110101101000110100111101101111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,141,86); }

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

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

 a { background-color: rgb(92,141,86); }

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

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

 span { border-color: rgb(92,141,86); }

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