#557342

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

Shades of Fern Green #557342

Tints of Fern Green #557342

Color information

#557342 (or 0x557342) is unknown color: approx Fern Green. HEX triplet: 55, 73 and 42. RGB value is (85,115,66). Sum of RGB (Red+Green+Blue) = 85+115+66=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #557342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557342 is #AA8CBD. Grayscale: #646464. Windows color (decimal): -11177150 or 4354901. OLE color: 4354901.

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

Color convert

RGB8511566-
CMYK0.2600.430.55
HSL96.73º27.07%35.49%-
HSV(B)96.73º42.61%45.1%-
XYZ10.8614.597.4-
YUV100.44108.56116.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=31.95%
G=43.23%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115660.2600.430.5596.7327.0735.49
Hex5573421A02B37611b23
Octal12516310232053671413343
Binary101010111100111000010110100101011110111110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557342; }

 p { color: rgb(85,115,66); }

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

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

 a { background-color: rgb(85,115,66); }

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

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

 span { border-color: rgb(85,115,66); }

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