#557540

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

Shades of Fern Green #557540

Tints of Fern Green #557540

Color information

#557540 (or 0x557540) is unknown color: approx Fern Green. HEX triplet: 55, 75 and 40. RGB value is (85,117,64). Sum of RGB (Red+Green+Blue) = 85+117+64=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #557540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557540 is #AA8ABF. Grayscale: #656565. Windows color (decimal): -11176640 or 4224341. OLE color: 4224341.

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

Color convert

RGB8511764-
CMYK0.2700.450.54
HSL96.23º29.28%35.49%-
HSV(B)96.23º45.3%45.88%-
XYZ11.0315.027.17-
YUV101.39106.9116.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=31.95%
G=43.98%
B=24.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117640.2700.450.5496.2329.2835.49
Hex5575401B02D36601d23
Octal12516510033055661403543
Binary101010111101011000000110110101101110110110000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557540; }

 p { color: rgb(85,117,64); }

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

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

 a { background-color: rgb(85,117,64); }

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

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

 span { border-color: rgb(85,117,64); }

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