#557244

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

Shades of Fern Green #557244

Tints of Fern Green #557244

Color information

#557244 (or 0x557244) is unknown color: approx Fern Green. HEX triplet: 55, 72 and 44. RGB value is (85,114,68). Sum of RGB (Red+Green+Blue) = 85+114+68=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #557244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557244 is #AA8DBB. Grayscale: #646464. Windows color (decimal): -11177404 or 4485717. OLE color: 4485717.

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

Color convert

RGB8511468-
CMYK0.2500.400.55
HSL97.83º25.27%35.69%-
HSV(B)97.83º40.35%44.71%-
XYZ10.8114.387.68-
YUV100.08109.89117.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=31.84%
G=42.70%
B=25.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114680.2500.400.5597.8325.2735.69
Hex5572441902837621924
Octal12516210431050671423144
Binary101010111100101000100110010101000110111110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557244; }

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

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

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

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

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

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

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

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