#558544

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

Shades of Fern Green #558544

Tints of Fern Green #558544

Color information

#558544 (or 0x558544) is unknown color: approx Fern Green. HEX triplet: 55, 85 and 44. RGB value is (85,133,68). Sum of RGB (Red+Green+Blue) = 85+133+68=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #558544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558544 is #AA7ABB. Grayscale: #6F6F6F. Windows color (decimal): -11172540 or 4490581. OLE color: 4490581.

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

Color convert

RGB8513368-
CMYK0.3600.490.48
HSL104.31º32.34%39.41%-
HSV(B)104.31º48.87%52.16%-
XYZ13.1819.128.47-
YUV111.24103.6109.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=29.72%
G=46.50%
B=23.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133680.3600.490.48104.3132.3439.41
Hex5585442403130682027
Octal12520510444061601504047
Binary101010110000101100010010010001100011100001101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558544; }

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

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

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

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

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

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

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

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