#4A8A3E

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

Shades of Fern Green #4A8A3E

Tints of Fern Green #4A8A3E

Color information

#4A8A3E (or 0x4A8A3E) is unknown color: approx Fern Green. HEX triplet: 4A, 8A and 3E. RGB value is (74,138,62). Sum of RGB (Red+Green+Blue) = 74+138+62=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A3E is #B575C1. Grayscale: #6E6E6E. Windows color (decimal): -11892162 or 4098634. OLE color: 4098634.

HSL color Cylindrical-coordinate representation of color #4A8A3E: hue angle of 110.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A8A3E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB7413862-
CMYK0.4600.550.46
HSL110.53º38%39.22%-
HSV(B)110.53º55.07%54.12%-
XYZ12.7819.987.74-
YUV110.2100.8102.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 138 (54.30% from 255) = 50.36%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=27.01%
G=50.36%
B=22.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138620.4600.550.46110.533839.22
Hex4A8A3E2E0372E6f2627
Octal1122127656067561574647
Binary10010101000101011111010111001101111011101101111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,62); }

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

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

 a { background-color: rgb(74,138,62); }

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

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

 span { border-color: rgb(74,138,62); }

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