#558E3C

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

Shades of Fern Green #558E3C

Tints of Fern Green #558E3C

Color information

#558E3C (or 0x558E3C) is unknown color: approx Fern Green. HEX triplet: 55, 8E and 3C. RGB value is (85,142,60). Sum of RGB (Red+Green+Blue) = 85+142+60=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #558E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558E3C is #AA71C3. Grayscale: #737373. Windows color (decimal): -11170244 or 3968597. OLE color: 3968597.

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

Color convert

RGB8514260-
CMYK0.4000.580.44
HSL101.71º40.59%39.61%-
HSV(B)101.71º57.75%55.69%-
XYZ14.2321.67.69-
YUV115.6196.62106.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=29.62%
G=49.48%
B=20.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142600.4000.580.44101.7140.5939.61
Hex558E3C2803A2C662928
Octal1252167450072541465150
Binary10101011000111011110010100001110101011001100110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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