#557144

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

Shades of Fern Green #557144

Tints of Fern Green #557144

Color information

#557144 (or 0x557144) is unknown color: approx Fern Green. HEX triplet: 55, 71 and 44. RGB value is (85,113,68). Sum of RGB (Red+Green+Blue) = 85+113+68=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #557144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557144 is #AA8EBB. Grayscale: #636363. Windows color (decimal): -11177660 or 4485461. OLE color: 4485461.

HSL color Cylindrical-coordinate representation of color #557144: hue angle of 97.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557144 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB8511368-
CMYK0.2500.400.56
HSL97.33º24.86%35.49%-
HSV(B)97.33º39.82%44.31%-
XYZ10.6914.167.64-
YUV99.5110.22117.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=31.95%
G=42.48%
B=25.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113680.2500.400.5697.3324.8635.49
Hex5571441902838611923
Octal12516110431050701413143
Binary101010111100011000100110010101000111000110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557144; }

 p { color: rgb(85,113,68); }

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

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

 a { background-color: rgb(85,113,68); }

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

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

 span { border-color: rgb(85,113,68); }

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