#4A8245

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

Shades of Fern Green #4A8245

Tints of Fern Green #4A8245

Color information

#4A8245 (or 0x4A8245) is unknown color: approx Fern Green. HEX triplet: 4A, 82 and 45. RGB value is (74,130,69). Sum of RGB (Red+Green+Blue) = 74+130+69=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8245 is #B57DBA. Grayscale: #6A6A6A. Windows color (decimal): -11894203 or 4555338. OLE color: 4555338.

HSL color Cylindrical-coordinate representation of color #4A8245: hue angle of 115.08º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8245 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB7413069-
CMYK0.4300.470.49
HSL115.08º30.65%39.02%-
HSV(B)115.08º46.92%50.98%-
XYZ11.8817.858.45-
YUV106.3106.95104.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=27.11%
G=47.62%
B=25.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130690.4300.470.49115.0830.6539.02
Hex4A82452B02F31731f27
Octal11220210553057611633747
Binary10010101000001010001011010110101111110001111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,130,69); }

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

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

 a { background-color: rgb(74,130,69); }

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

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

 span { border-color: rgb(74,130,69); }

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