#4E7248

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

Shades of Fern Green #4E7248

Tints of Fern Green #4E7248

Color information

#4E7248 (or 0x4E7248) is unknown color: approx Fern Green. HEX triplet: 4E, 72 and 48. RGB value is (78,114,72). Sum of RGB (Red+Green+Blue) = 78+114+72=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7248 is #B18DB7. Grayscale: #626262. Windows color (decimal): -11636152 or 4747854. OLE color: 4747854.

HSL color Cylindrical-coordinate representation of color #4E7248: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7248 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB7811472-
CMYK0.3200.370.55
HSL111.43º22.58%36.47%-
HSV(B)111.43º36.84%44.71%-
XYZ10.3314.128.31-
YUV98.45113.07113.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.55%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=29.55%
G=43.18%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78114720.3200.370.55111.4322.5836.47
Hex4E724820025376f1724
Octal11616211040045671572744
Binary1001110111001010010001000000100101110111110111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,114,72); }

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

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

 a { background-color: rgb(78,114,72); }

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

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

 span { border-color: rgb(78,114,72); }

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