#557949

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

Shades of Fern Green #557949

Tints of Fern Green #557949

Color information

#557949 (or 0x557949) is unknown color: approx Fern Green. HEX triplet: 55, 79 and 49. RGB value is (85,121,73). Sum of RGB (Red+Green+Blue) = 85+121+73=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #557949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557949 is #AA86B6. Grayscale: #686868. Windows color (decimal): -11175607 or 4815189. OLE color: 4815189.

HSL color Cylindrical-coordinate representation of color #557949: hue angle of 105º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557949 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB8512173-
CMYK0.3000.400.53
HSL105º24.74%38.04%-
HSV(B)105º39.67%47.45%-
XYZ11.7916.098.79-
YUV104.76110.07113.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=30.47%
G=43.37%
B=26.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121730.3000.400.5310524.7438.04
Hex5579491E02835691926
Octal12517111136050651513146
Binary101010111110011001001111100101000110101110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557949; }

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

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

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

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

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

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

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

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