#557243

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

Shades of Fern Green #557243

Tints of Fern Green #557243

Color information

#557243 (or 0x557243) is unknown color: approx Fern Green. HEX triplet: 55, 72 and 43. RGB value is (85,114,67). Sum of RGB (Red+Green+Blue) = 85+114+67=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #557243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557243 is #AA8DBC. Grayscale: #646464. Windows color (decimal): -11177405 or 4420181. OLE color: 4420181.

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

Color convert

RGB8511467-
CMYK0.2500.410.55
HSL97.02º25.97%35.49%-
HSV(B)97.02º41.23%44.71%-
XYZ10.7814.377.52-
YUV99.97109.39117.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=31.95%
G=42.86%
B=25.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114670.2500.410.5597.0225.9735.49
Hex5572431902937611a23
Octal12516210331051671413243
Binary101010111100101000011110010101001110111110000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557243; }

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

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

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

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

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

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

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

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