#4A8545

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

Shades of Fern Green #4A8545

Tints of Fern Green #4A8545

Color information

#4A8545 (or 0x4A8545) is unknown color: approx Fern Green. HEX triplet: 4A, 85 and 45. RGB value is (74,133,69). Sum of RGB (Red+Green+Blue) = 74+133+69=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8545 is #B57ABA. Grayscale: #6C6C6C. Windows color (decimal): -11893435 or 4556106. OLE color: 4556106.

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

Color convert

RGB7413369-
CMYK0.4400.480.48
HSL115.31º31.68%39.61%-
HSV(B)115.31º48.12%52.16%-
XYZ12.2918.668.58-
YUV108.06105.95103.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 133 (52.34% from 255) = 48.19%
BLUE value IS 69 (27.34% from 255) = 25%
R=26.81%
G=48.19%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74133690.4400.480.48115.3131.6839.61
Hex4A85452C03030732028
Octal11220510554060601634050
Binary100101010000101100010110110001100001100001110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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