#557145

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

Shades of Fern Green #557145

Tints of Fern Green #557145

Color information

#557145 (or 0x557145) is unknown color: approx Fern Green. HEX triplet: 55, 71 and 45. RGB value is (85,113,69). Sum of RGB (Red+Green+Blue) = 85+113+69=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #557145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557145 is #AA8EBA. Grayscale: #636363. Windows color (decimal): -11177659 or 4550997. OLE color: 4550997.

HSL color Cylindrical-coordinate representation of color #557145: hue angle of 98.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557145 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB8511369-
CMYK0.2500.390.56
HSL98.18º24.18%35.69%-
HSV(B)98.18º38.94%44.31%-
XYZ10.7314.177.8-
YUV99.61110.72117.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=31.84%
G=42.32%
B=25.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113690.2500.390.5698.1824.1835.69
Hex5571451902738621824
Octal12516110531047701423044
Binary101010111100011000101110010100111111000110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557145; }

 p { color: rgb(85,113,69); }

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

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

 a { background-color: rgb(85,113,69); }

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

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

 span { border-color: rgb(85,113,69); }

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