#558336

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

Shades of Fern Green #558336

Tints of Fern Green #558336

Color information

#558336 (or 0x558336) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 36. RGB value is (85,131,54). Sum of RGB (Red+Green+Blue) = 85+131+54=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #558336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558336 is #AA7CC9. Grayscale: #6C6C6C. Windows color (decimal): -11173066 or 3572565. OLE color: 3572565.

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

Color convert

RGB8513154-
CMYK0.3500.590.49
HSL95.84º41.62%36.27%-
HSV(B)95.84º58.78%51.37%-
XYZ12.5318.436.39-
YUV108.4797.26111.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 54 (21.48% from 255) = 20%
R=31.48%
G=48.52%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131540.3500.590.4995.8441.6236.27
Hex5583362303B31602a24
Octal1252036643073611405244
Binary10101011000001111011010001101110111100011100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558336; }

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

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

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

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

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

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

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

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