#4A8246

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

Shades of Fern Green #4A8246

Tints of Fern Green #4A8246

Color information

#4A8246 (or 0x4A8246) is unknown color: approx Fern Green. HEX triplet: 4A, 82 and 46. RGB value is (74,130,70). Sum of RGB (Red+Green+Blue) = 74+130+70=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8246 is #B57DB9. Grayscale: #6A6A6A. Windows color (decimal): -11894202 or 4620874. OLE color: 4620874.

HSL color Cylindrical-coordinate representation of color #4A8246: hue angle of 116º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8246 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB7413070-
CMYK0.4300.460.49
HSL116º30%39.22%-
HSV(B)116º46.15%50.98%-
XYZ11.9117.868.61-
YUV106.42107.45104.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=27.01%
G=47.45%
B=25.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130700.4300.460.491163039.22
Hex4A82462B02E31741e27
Octal11220210653056611643647
Binary10010101000001010001101010110101110110001111010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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