#4A703A

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

Shades of Fern Green #4A703A

Tints of Fern Green #4A703A

Color information

#4A703A (or 0x4A703A) is unknown color: approx Fern Green. HEX triplet: 4A, 70 and 3A. RGB value is (74,112,58). Sum of RGB (Red+Green+Blue) = 74+112+58=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #4A703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A703A is #B58FC5. Grayscale: #5E5E5E. Windows color (decimal): -11898822 or 3829834. OLE color: 3829834.

HSL color Cylindrical-coordinate representation of color #4A703A: hue angle of 102.22º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A703A is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB7411258-
CMYK0.3400.480.56
HSL102.22º31.76%33.33%-
HSV(B)102.22º48.21%43.92%-
XYZ9.3813.356.09-
YUV94.48107.41113.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=30.33%
G=45.90%
B=23.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112580.3400.480.56102.2231.7633.33
Hex4A703A2203038662021
Octal1121607242060701464041
Binary1001010111000011101010001001100001110001100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,58); }

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

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

 a { background-color: rgb(74,112,58); }

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

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

 span { border-color: rgb(74,112,58); }

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