#558E40

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

Shades of Fern Green #558E40

Tints of Fern Green #558E40

Color information

#558E40 (or 0x558E40) is unknown color: approx Fern Green. HEX triplet: 55, 8E and 40. RGB value is (85,142,64). Sum of RGB (Red+Green+Blue) = 85+142+64=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #558E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E40 is #AA71BF. Grayscale: #747474. Windows color (decimal): -11170240 or 4230741. OLE color: 4230741.

HSL color Cylindrical-coordinate representation of color #558E40: hue angle of 103.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558E40 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB8514264-
CMYK0.4000.550.44
HSL103.85º37.86%40.39%-
HSV(B)103.85º54.93%55.69%-
XYZ14.3421.658.27-
YUV116.0798.62105.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=29.21%
G=48.80%
B=21.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142640.4000.550.44103.8537.8640.39
Hex558E40280372C682628
Octal12521610050067541504650
Binary101010110001110100000010100001101111011001101000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558E40; }

 p { color: rgb(85,142,64); }

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

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

 a { background-color: rgb(85,142,64); }

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

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

 span { border-color: rgb(85,142,64); }

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