#558349

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

Shades of Fern Green #558349

Tints of Fern Green #558349

Color information

#558349 (or 0x558349) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 49. RGB value is (85,131,73). Sum of RGB (Red+Green+Blue) = 85+131+73=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #558349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558349 is #AA7CB6. Grayscale: #6E6E6E. Windows color (decimal): -11173047 or 4817749. OLE color: 4817749.

HSL color Cylindrical-coordinate representation of color #558349: hue angle of 107.59º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558349 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB8513173-
CMYK0.3500.440.49
HSL107.59º28.43%40%-
HSV(B)107.59º44.27%51.37%-
XYZ13.0718.649.21-
YUV110.63106.76109.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=29.41%
G=45.33%
B=25.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131730.3500.440.49107.5928.4340
Hex5583492302C316c1c28
Octal12520311143054611543450
Binary10101011000001110010011000110101100110001110110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558349; }

 p { color: rgb(85,131,73); }

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

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

 a { background-color: rgb(85,131,73); }

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

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

 span { border-color: rgb(85,131,73); }

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