#4E8C4D

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

Shades of Hippie Green #4E8C4D

Tints of Hippie Green #4E8C4D

Color information

#4E8C4D (or 0x4E8C4D) is unknown color: approx Hippie Green. HEX triplet: 4E, 8C and 4D. RGB value is (78,140,77). Sum of RGB (Red+Green+Blue) = 78+140+77=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #4E8C4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8C4D is #B173B2. Grayscale: #727272. Windows color (decimal): -11629491 or 5082190. OLE color: 5082190.

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

Color convert

RGB7814077-
CMYK0.4400.450.45
HSL119.05º29.03%42.55%-
HSV(B)119.05º45%54.9%-
XYZ13.8620.9110.33-
YUV114.28106.96102.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.44%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=26.44%
G=47.46%
B=26.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78140770.4400.450.45119.0529.0342.55
Hex4E8C4D2C02D2D771d2b
Octal11621411554055551673553
Binary10011101000110010011011011000101101101101111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,140,77); }

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

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

 a { background-color: rgb(78,140,77); }

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

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

 span { border-color: rgb(78,140,77); }

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