#4E824A

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

Shades of Fern Green #4E824A

Tints of Fern Green #4E824A

Color information

#4E824A (or 0x4E824A) is unknown color: approx Fern Green. HEX triplet: 4E, 82 and 4A. RGB value is (78,130,74). Sum of RGB (Red+Green+Blue) = 78+130+74=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #4E824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E824A is #B17DB5. Grayscale: #6C6C6C. Windows color (decimal): -11632054 or 4883022. OLE color: 4883022.

HSL color Cylindrical-coordinate representation of color #4E824A: hue angle of 115.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E824A is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB7813074-
CMYK0.4000.430.49
HSL115.71º27.45%40%-
HSV(B)115.71º43.08%50.98%-
XYZ12.3618.089.32-
YUV108.07108.77106.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=27.66%
G=46.10%
B=26.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78130740.4000.430.49115.7127.4540
Hex4E824A2802B31741b28
Octal11620211250053611643350
Binary10011101000001010010101010000101011110001111010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,74); }

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

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

 a { background-color: rgb(78,130,74); }

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

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

 span { border-color: rgb(78,130,74); }

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