#557247

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

Shades of Fern Green #557247

Tints of Fern Green #557247

Color information

#557247 (or 0x557247) is unknown color: approx Fern Green. HEX triplet: 55, 72 and 47. RGB value is (85,114,71). Sum of RGB (Red+Green+Blue) = 85+114+71=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #557247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557247 is #AA8DB8. Grayscale: #646464. Windows color (decimal): -11177401 or 4682325. OLE color: 4682325.

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

Color convert

RGB8511471-
CMYK0.2500.380.55
HSL100.47º23.24%36.27%-
HSV(B)100.47º37.72%44.71%-
XYZ10.914.428.17-
YUV100.43111.39117-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=31.48%
G=42.22%
B=26.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114710.2500.380.55100.4723.2436.27
Hex5572471902637641724
Octal12516210731046671442744
Binary101010111100101000111110010100110110111110010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557247; }

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

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

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

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

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

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

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

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