#4A8A3D

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

Shades of Fern Green #4A8A3D

Tints of Fern Green #4A8A3D

Color information

#4A8A3D (or 0x4A8A3D) is unknown color: approx Fern Green. HEX triplet: 4A, 8A and 3D. RGB value is (74,138,61). Sum of RGB (Red+Green+Blue) = 74+138+61=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A3D is #B575C2. Grayscale: #6E6E6E. Windows color (decimal): -11892163 or 4033098. OLE color: 4033098.

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

Color convert

RGB7413861-
CMYK0.4600.560.46
HSL109.87º38.69%39.02%-
HSV(B)109.87º55.8%54.12%-
XYZ12.7519.977.6-
YUV110.09100.3102.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=27.11%
G=50.55%
B=22.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138610.4600.560.46109.8738.6939.02
Hex4A8A3D2E0382E6e2727
Octal1122127556070561564747
Binary10010101000101011110110111001110001011101101110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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