#4A8445

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

Shades of Fern Green #4A8445

Tints of Fern Green #4A8445

Color information

#4A8445 (or 0x4A8445) is unknown color: approx Fern Green. HEX triplet: 4A, 84 and 45. RGB value is (74,132,69). Sum of RGB (Red+Green+Blue) = 74+132+69=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8445 is #B57BBA. Grayscale: #6B6B6B. Windows color (decimal): -11893691 or 4555850. OLE color: 4555850.

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

Color convert

RGB7413269-
CMYK0.4400.480.48
HSL115.24º31.34%39.41%-
HSV(B)115.24º47.73%51.76%-
XYZ12.1518.398.54-
YUV107.48106.28104.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=26.91%
G=48%
B=25.09%

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
Decimal74132690.4400.480.48115.2431.3439.41
Hex4A84452C03030731f27
Octal11220410554060601633747
Binary10010101000010010001011011000110000110000111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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