#4A863B

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

Shades of Fern Green #4A863B

Tints of Fern Green #4A863B

Color information

#4A863B (or 0x4A863B) is unknown color: approx Fern Green. HEX triplet: 4A, 86 and 3B. RGB value is (74,134,59). Sum of RGB (Red+Green+Blue) = 74+134+59=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #4A863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A863B is #B579C4. Grayscale: #6B6B6B. Windows color (decimal): -11893189 or 3901002. OLE color: 3901002.

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

Color convert

RGB7413459-
CMYK0.4500.560.47
HSL108º38.86%37.84%-
HSV(B)108º55.97%52.55%-
XYZ12.1418.827.13-
YUV107.51100.62104.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=27.72%
G=50.19%
B=22.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134590.4500.560.4710838.8637.84
Hex4A863B2D0382F6c2726
Octal1122067355070571544746
Binary10010101000011011101110110101110001011111101100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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