#4A7342

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

Shades of Fern Green #4A7342

Tints of Fern Green #4A7342

Color information

#4A7342 (or 0x4A7342) is unknown color: approx Fern Green. HEX triplet: 4A, 73 and 42. RGB value is (74,115,66). Sum of RGB (Red+Green+Blue) = 74+115+66=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7342 is #B58CBD. Grayscale: #616161. Windows color (decimal): -11898046 or 4354890. OLE color: 4354890.

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

Color convert

RGB7411566-
CMYK0.3600.430.55
HSL110.2º27.07%35.49%-
HSV(B)110.2º42.61%45.1%-
XYZ9.9414.117.35-
YUV97.16110.42111.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=29.02%
G=45.10%
B=25.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115660.3600.430.55110.227.0735.49
Hex4A73422402B376e1b23
Octal11216310244053671563343
Binary1001010111001110000101001000101011110111110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,66); }

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

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

 a { background-color: rgb(74,115,66); }

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

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

 span { border-color: rgb(74,115,66); }

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