#4A8544

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

Shades of Fern Green #4A8544

Tints of Fern Green #4A8544

Color information

#4A8544 (or 0x4A8544) is unknown color: approx Fern Green. HEX triplet: 4A, 85 and 44. RGB value is (74,133,68). Sum of RGB (Red+Green+Blue) = 74+133+68=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8544 is #B57ABB. Grayscale: #6C6C6C. Windows color (decimal): -11893436 or 4490570. OLE color: 4490570.

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

Color convert

RGB7413368-
CMYK0.4400.490.48
HSL114.46º32.34%39.41%-
HSV(B)114.46º48.87%52.16%-
XYZ12.2518.658.42-
YUV107.95105.45103.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 68 (26.95% from 255) = 24.73%
R=26.91%
G=48.36%
B=24.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74133680.4400.490.48114.4632.3439.41
Hex4A85442C03130722027
Octal11220510454061601624047
Binary100101010000101100010010110001100011100001110010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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