#557B4D

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

Shades of Fern Green #557B4D

Tints of Fern Green #557B4D

Color information

#557B4D (or 0x557B4D) is unknown color: approx Fern Green. HEX triplet: 55, 7B and 4D. RGB value is (85,123,77). Sum of RGB (Red+Green+Blue) = 85+123+77=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #557B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B4D is #AA84B2. Grayscale: #6A6A6A. Windows color (decimal): -11175091 or 5077845. OLE color: 5077845.

HSL color Cylindrical-coordinate representation of color #557B4D: hue angle of 109.57º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557B4D is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB8512377-
CMYK0.3100.370.52
HSL109.57º23%39.22%-
HSV(B)109.57º37.4%48.24%-
XYZ12.1716.639.59-
YUV106.39111.41112.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=29.82%
G=43.16%
B=27.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123770.3100.370.52109.572339.22
Hex557B4D1F025346e1727
Octal12517311537045641562747
Binary101010111110111001101111110100101110100110111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B4D; }

 p { color: rgb(85,123,77); }

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

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

 a { background-color: rgb(85,123,77); }

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

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

 span { border-color: rgb(85,123,77); }

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