#558741

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

Shades of Fern Green #558741

Tints of Fern Green #558741

Color information

#558741 (or 0x558741) is unknown color: approx Fern Green. HEX triplet: 55, 87 and 41. RGB value is (85,135,65). Sum of RGB (Red+Green+Blue) = 85+135+65=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #558741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558741 is #AA78BE. Grayscale: #707070. Windows color (decimal): -11172031 or 4294485. OLE color: 4294485.

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

Color convert

RGB8513565-
CMYK0.3700.520.47
HSL102.86º35%39.22%-
HSV(B)102.86º51.85%52.94%-
XYZ13.3619.648.09-
YUV112.07101.44108.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=29.82%
G=47.37%
B=22.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135650.3700.520.47102.863539.22
Hex558741250342F672327
Octal12520710145064571474347
Binary101010110000111100000110010101101001011111100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558741; }

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

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

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

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

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

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

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

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