#4A8B3C

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

Shades of Fern Green #4A8B3C

Tints of Fern Green #4A8B3C

Color information

#4A8B3C (or 0x4A8B3C) is unknown color: approx Fern Green. HEX triplet: 4A, 8B and 3C. RGB value is (74,139,60). Sum of RGB (Red+Green+Blue) = 74+139+60=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B3C is #B574C3. Grayscale: #6E6E6E. Windows color (decimal): -11891908 or 3967818. OLE color: 3967818.

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

Color convert

RGB7413960-
CMYK0.4700.570.45
HSL109.37º39.7%39.02%-
HSV(B)109.37º56.83%54.51%-
XYZ12.8720.257.5-
YUV110.5699.47101.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=27.11%
G=50.92%
B=21.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74139600.4700.570.45109.3739.739.02
Hex4A8B3C2F0392D6d2827
Octal1122137457071551555047
Binary10010101000101111110010111101110011011011101101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,60); }

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

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

 a { background-color: rgb(74,139,60); }

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

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

 span { border-color: rgb(74,139,60); }

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