#557149

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

Shades of Fern Green #557149

Tints of Fern Green #557149

Color information

#557149 (or 0x557149) is unknown color: approx Fern Green. HEX triplet: 55, 71 and 49. RGB value is (85,113,73). Sum of RGB (Red+Green+Blue) = 85+113+73=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #557149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557149 is #AA8EB6. Grayscale: #646464. Windows color (decimal): -11177655 or 4813141. OLE color: 4813141.

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

Color convert

RGB8511373-
CMYK0.2500.350.56
HSL102º21.51%36.47%-
HSV(B)102º35.4%44.31%-
XYZ10.8514.228.48-
YUV100.07112.72117.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=31.37%
G=41.70%
B=26.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113730.2500.350.5610221.5136.47
Hex5571491902338661624
Octal12516111131043701462644
Binary101010111100011001001110010100011111000110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557149; }

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

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

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

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

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

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

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

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