#557740

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

Shades of Fern Green #557740

Tints of Fern Green #557740

Color information

#557740 (or 0x557740) is unknown color: approx Fern Green. HEX triplet: 55, 77 and 40. RGB value is (85,119,64). Sum of RGB (Red+Green+Blue) = 85+119+64=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #557740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557740 is #AA88BF. Grayscale: #666666. Windows color (decimal): -11176128 or 4224853. OLE color: 4224853.

HSL color Cylindrical-coordinate representation of color #557740: hue angle of 97.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557740 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB8511964-
CMYK0.2900.460.53
HSL97.09º30.05%35.88%-
HSV(B)97.09º46.22%46.67%-
XYZ11.2715.57.25-
YUV102.56106.24115.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=31.72%
G=44.40%
B=23.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119640.2900.460.5397.0930.0535.88
Hex5577401D02E35611e24
Octal12516710035056651413644
Binary101010111101111000000111010101110110101110000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557740; }

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

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

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

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

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

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

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

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