#557948

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

Shades of Fern Green #557948

Tints of Fern Green #557948

Color information

#557948 (or 0x557948) is unknown color: approx Fern Green. HEX triplet: 55, 79 and 48. RGB value is (85,121,72). Sum of RGB (Red+Green+Blue) = 85+121+72=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #557948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557948 is #AA86B7. Grayscale: #686868. Windows color (decimal): -11175608 or 4749653. OLE color: 4749653.

HSL color Cylindrical-coordinate representation of color #557948: hue angle of 104.08º 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 #557948 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB8512172-
CMYK0.3000.400.53
HSL104.08º25.39%37.84%-
HSV(B)104.08º40.5%47.45%-
XYZ11.7516.078.61-
YUV104.65109.57113.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=30.58%
G=43.53%
B=25.90%

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
Decimal85121720.3000.400.53104.0825.3937.84
Hex5579481E02835681926
Octal12517111036050651503146
Binary101010111110011001000111100101000110101110100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557948; }

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

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

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

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

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

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

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

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