#557A49

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

Shades of Fern Green #557A49

Tints of Fern Green #557A49

Color information

#557A49 (or 0x557A49) is unknown color: approx Fern Green. HEX triplet: 55, 7A and 49. RGB value is (85,122,73). Sum of RGB (Red+Green+Blue) = 85+122+73=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #557A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A49 is #AA85B6. Grayscale: #696969. Windows color (decimal): -11175351 or 4815445. OLE color: 4815445.

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

Color convert

RGB8512273-
CMYK0.3000.400.52
HSL105.31º25.13%38.24%-
HSV(B)105.31º40.16%47.84%-
XYZ11.9116.338.83-
YUV105.35109.74113.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=30.36%
G=43.57%
B=26.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122730.3000.400.52105.3125.1338.24
Hex557A491E02834691926
Octal12517211136050641513146
Binary101010111110101001001111100101000110100110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A49; }

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

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

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

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

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

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

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

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