#558941

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

Shades of Fern Green #558941

Tints of Fern Green #558941

Color information

#558941 (or 0x558941) is unknown color: approx Fern Green. HEX triplet: 55, 89 and 41. RGB value is (85,137,65). Sum of RGB (Red+Green+Blue) = 85+137+65=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #558941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558941 is #AA76BE. Grayscale: #717171. Windows color (decimal): -11171519 or 4294997. OLE color: 4294997.

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

Color convert

RGB8513765-
CMYK0.3800.530.46
HSL103.33º35.64%39.61%-
HSV(B)103.33º52.55%53.73%-
XYZ13.6520.28.18-
YUV113.24100.77107.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=29.62%
G=47.74%
B=22.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137650.3800.530.46103.3335.6439.61
Hex558941260352E672428
Octal12521110146065561474450
Binary101010110001001100000110011001101011011101100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558941; }

 p { color: rgb(85,137,65); }

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

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

 a { background-color: rgb(85,137,65); }

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

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

 span { border-color: rgb(85,137,65); }

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