#4A7046

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

Shades of Fern Green #4A7046

Tints of Fern Green #4A7046

Color information

#4A7046 (or 0x4A7046) is unknown color: approx Fern Green. HEX triplet: 4A, 70 and 46. RGB value is (74,112,70). Sum of RGB (Red+Green+Blue) = 74+112+70=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7046 is #B58FB9. Grayscale: #5F5F5F. Windows color (decimal): -11898810 or 4616266. OLE color: 4616266.

HSL color Cylindrical-coordinate representation of color #4A7046: hue angle of 114.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7046 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB7411270-
CMYK0.3400.380.56
HSL114.29º23.08%35.69%-
HSV(B)114.29º37.5%43.92%-
XYZ9.7213.497.88-
YUV95.85113.41112.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=28.91%
G=43.75%
B=27.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112700.3400.380.56114.2923.0835.69
Hex4A70462202638721724
Octal11216010642046701622744
Binary1001010111000010001101000100100110111000111001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,70); }

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

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

 a { background-color: rgb(74,112,70); }

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

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

 span { border-color: rgb(74,112,70); }

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