#558546

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

Shades of Fern Green #558546

Tints of Fern Green #558546

Color information

#558546 (or 0x558546) is unknown color: approx Fern Green. HEX triplet: 55, 85 and 46. RGB value is (85,133,70). Sum of RGB (Red+Green+Blue) = 85+133+70=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #558546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558546 is #AA7AB9. Grayscale: #6F6F6F. Windows color (decimal): -11172538 or 4621653. OLE color: 4621653.

HSL color Cylindrical-coordinate representation of color #558546: hue angle of 105.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558546 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB8513370-
CMYK0.3600.470.48
HSL105.71º31.03%39.8%-
HSV(B)105.71º47.37%52.16%-
XYZ13.2419.158.79-
YUV111.47104.6109.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=29.51%
G=46.18%
B=24.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133700.3600.470.48105.7131.0339.8
Hex5585462402F306a1f28
Octal12520510644057601523750
Binary10101011000010110001101001000101111110000110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558546; }

 p { color: rgb(85,133,70); }

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

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

 a { background-color: rgb(85,133,70); }

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

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

 span { border-color: rgb(85,133,70); }

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