#4A8A3B

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

Shades of Fern Green #4A8A3B

Tints of Fern Green #4A8A3B

Color information

#4A8A3B (or 0x4A8A3B) is unknown color: approx Fern Green. HEX triplet: 4A, 8A and 3B. RGB value is (74,138,59). Sum of RGB (Red+Green+Blue) = 74+138+59=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A3B is #B575C4. Grayscale: #6E6E6E. Windows color (decimal): -11892165 or 3902026. OLE color: 3902026.

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

Color convert

RGB7413859-
CMYK0.4600.570.46
HSL108.61º40.1%38.63%-
HSV(B)108.61º57.25%54.12%-
XYZ12.719.957.32-
YUV109.8699.3102.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=27.31%
G=50.92%
B=21.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138590.4600.570.46108.6140.138.63
Hex4A8A3B2E0392E6d2827
Octal1122127356071561555047
Binary10010101000101011101110111001110011011101101101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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