#558740

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

Shades of Fern Green #558740

Tints of Fern Green #558740

Color information

#558740 (or 0x558740) is unknown color: approx Fern Green. HEX triplet: 55, 87 and 40. RGB value is (85,135,64). Sum of RGB (Red+Green+Blue) = 85+135+64=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #558740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558740 is #AA78BF. Grayscale: #707070. Windows color (decimal): -11172032 or 4228949. OLE color: 4228949.

HSL color Cylindrical-coordinate representation of color #558740: hue angle of 102.25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558740 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB8513564-
CMYK0.3700.530.47
HSL102.25º35.68%39.02%-
HSV(B)102.25º52.59%52.94%-
XYZ13.3419.637.94-
YUV111.96100.94108.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=29.93%
G=47.54%
B=22.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135640.3700.530.47102.2535.6839.02
Hex558740250352F662427
Octal12520710045065571464447
Binary101010110000111100000010010101101011011111100110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558740; }

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

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

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

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

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

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

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

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