#4a6f47

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

Shades of Fern Green #4A6F47

Tints of Fern Green #4A6F47

Color information

#4A6F47 (or 0x4A6F47) is unknown color: approx Fern Green. HEX triplet: 4A, 6F and 47. RGB value is (74,111,71). Sum of RGB (Red+Green+Blue) = 74+111+71=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F47 is #B590B8. Grayscale: #5F5F5F. Windows color (decimal): -11899065 or 4681546. OLE color: 4681546.

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

Color convert

RGB7411171-
CMYK0.3300.360.56
HSL115.5º21.98%35.69%-
HSV(B)115.5º36.04%43.53%-
XYZ9.6513.288.02-
YUV95.38114.24112.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=28.91%
G=43.36%
B=27.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74111710.3300.360.56115.521.9835.69
Hex4A6F472102438731624
Octal11215710741044701632644
Binary1001010110111110001111000010100100111000111001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a6f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,111,71); }

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

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

 a { background-color: rgb(74,111,71); }

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

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

 span { border-color: rgb(74,111,71); }

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