#4A7041

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

Shades of Fern Green #4A7041

Tints of Fern Green #4A7041

Color information

#4A7041 (or 0x4A7041) is unknown color: approx Fern Green. HEX triplet: 4A, 70 and 41. RGB value is (74,112,65). Sum of RGB (Red+Green+Blue) = 74+112+65=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7041 is #B58FBE. Grayscale: #5F5F5F. Windows color (decimal): -11898815 or 4288586. OLE color: 4288586.

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

Color convert

RGB7411265-
CMYK0.3400.420.56
HSL108.51º26.55%34.71%-
HSV(B)108.51º41.96%43.92%-
XYZ9.5713.437.09-
YUV95.28110.91112.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=29.48%
G=44.62%
B=25.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112650.3400.420.56108.5126.5534.71
Hex4A70412202A386d1b23
Octal11216010142052701553343
Binary1001010111000010000011000100101010111000110110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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