#4F8D4C

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

Shades of Hippie Green #4F8D4C

Tints of Hippie Green #4F8D4C

Color information

#4F8D4C (or 0x4F8D4C) is unknown color: approx Hippie Green. HEX triplet: 4F, 8D and 4C. RGB value is (79,141,76). Sum of RGB (Red+Green+Blue) = 79+141+76=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #4F8D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8D4C is #B072B3. Grayscale: #737373. Windows color (decimal): -11563700 or 5016911. OLE color: 5016911.

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

Color convert

RGB7914176-
CMYK0.4400.460.45
HSL117.23º29.95%42.55%-
HSV(B)117.23º46.1%55.29%-
XYZ14.0521.2310.2-
YUV115.05105.96102.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=26.69%
G=47.64%
B=25.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79141760.4400.460.45117.2329.9542.55
Hex4F8D4C2C02E2D751e2b
Octal11721511454056551653653
Binary10011111000110110011001011000101110101101111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,141,76); }

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

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

 a { background-color: rgb(79,141,76); }

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

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

 span { border-color: rgb(79,141,76); }

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