#4A8042

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

Shades of Fern Green #4A8042

Tints of Fern Green #4A8042

Color information

#4A8042 (or 0x4A8042) is unknown color: approx Fern Green. HEX triplet: 4A, 80 and 42. RGB value is (74,128,66). Sum of RGB (Red+Green+Blue) = 74+128+66=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8042 is #B57FBD. Grayscale: #686868. Windows color (decimal): -11894718 or 4358218. OLE color: 4358218.

HSL color Cylindrical-coordinate representation of color #4A8042: hue angle of 112.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8042 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB7412866-
CMYK0.4200.480.50
HSL112.26º31.96%38.04%-
HSV(B)112.26º48.44%50.2%-
XYZ11.5317.297.88-
YUV104.79106.11106.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.61%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=27.61%
G=47.76%
B=24.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74128660.4200.480.50112.2631.9638.04
Hex4A80422A03032702026
Octal11220010252060621604046
Binary100101010000000100001010101001100001100101110000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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