#4E744B

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

Shades of Fern Green #4E744B

Tints of Fern Green #4E744B

Color information

#4E744B (or 0x4E744B) is unknown color: approx Fern Green. HEX triplet: 4E, 74 and 4B. RGB value is (78,116,75). Sum of RGB (Red+Green+Blue) = 78+116+75=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #4E744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E744B is #B18BB4. Grayscale: #646464. Windows color (decimal): -11635637 or 4944974. OLE color: 4944974.

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

Color convert

RGB7811675-
CMYK0.3300.350.55
HSL115.61º21.47%37.45%-
HSV(B)115.61º35.34%45.49%-
XYZ10.6614.628.92-
YUV99.96113.91112.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=29.00%
G=43.12%
B=27.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78116750.3300.350.55115.6121.4737.45
Hex4E744B2102337741525
Octal11616411341043671642545
Binary1001110111010010010111000010100011110111111010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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