#558447

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

Shades of Fern Green #558447

Tints of Fern Green #558447

Color information

#558447 (or 0x558447) is unknown color: approx Fern Green. HEX triplet: 55, 84 and 47. RGB value is (85,132,71). Sum of RGB (Red+Green+Blue) = 85+132+71=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #558447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558447 is #AA7BB8. Grayscale: #6F6F6F. Windows color (decimal): -11172793 or 4686933. OLE color: 4686933.

HSL color Cylindrical-coordinate representation of color #558447: hue angle of 106.23º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #558447 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB8513271-
CMYK0.3600.460.48
HSL106.23º30.05%39.8%-
HSV(B)106.23º46.21%51.76%-
XYZ13.1318.898.91-
YUV110.99105.43109.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 71 (28.12% from 255) = 24.65%
R=29.51%
G=45.83%
B=24.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132710.3600.460.48106.2330.0539.8
Hex5584472402E306a1e28
Octal12520410744056601523650
Binary10101011000010010001111001000101110110000110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558447; }

 p { color: rgb(85,132,71); }

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

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

 a { background-color: rgb(85,132,71); }

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

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

 span { border-color: rgb(85,132,71); }

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