#4E8D4B

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

Shades of Hippie Green #4E8D4B

Tints of Hippie Green #4E8D4B

Color information

#4E8D4B (or 0x4E8D4B) is unknown color: approx Hippie Green. HEX triplet: 4E, 8D and 4B. RGB value is (78,141,75). Sum of RGB (Red+Green+Blue) = 78+141+75=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D4B is #B172B4. Grayscale: #727272. Windows color (decimal): -11629237 or 4951374. OLE color: 4951374.

HSL color Cylindrical-coordinate representation of color #4E8D4B: hue angle of 117.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E8D4B is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB7814175-
CMYK0.4500.470.45
HSL117.27º30.56%42.35%-
HSV(B)117.27º46.81%55.29%-
XYZ13.9421.1810.01-
YUV114.64105.63101.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=26.53%
G=47.96%
B=25.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78141750.4500.470.45117.2730.5642.35
Hex4E8D4B2D02F2D751f2a
Octal11621511355057551653752
Binary10011101000110110010111011010101111101101111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8D4B; }

 p { color: rgb(78,141,75); }

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

<style>
 a { background-color: #4E8D4B; }

 a { background-color: rgb(78,141,75); }

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

<style>
 span { border-color: #4E8D4B; }

 span { border-color: rgb(78,141,75); }

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