#557742

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

Shades of Fern Green #557742

Tints of Fern Green #557742

Color information

#557742 (or 0x557742) is unknown color: approx Fern Green. HEX triplet: 55, 77 and 42. RGB value is (85,119,66). Sum of RGB (Red+Green+Blue) = 85+119+66=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #557742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557742 is #AA88BD. Grayscale: #666666. Windows color (decimal): -11176126 or 4355925. OLE color: 4355925.

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

Color convert

RGB8511966-
CMYK0.2900.450.53
HSL98.49º28.65%36.27%-
HSV(B)98.49º44.54%46.67%-
XYZ11.3315.527.55-
YUV102.79107.24115.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 66 (26.17% from 255) = 24.44%
R=31.48%
G=44.07%
B=24.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119660.2900.450.5398.4928.6536.27
Hex5577421D02D35621d24
Octal12516710235055651423544
Binary101010111101111000010111010101101110101110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557742; }

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

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

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

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

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

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

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

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