#558437

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

Shades of Fern Green #558437

Tints of Fern Green #558437

Color information

#558437 (or 0x558437) is unknown color: approx Fern Green. HEX triplet: 55, 84 and 37. RGB value is (85,132,55). Sum of RGB (Red+Green+Blue) = 85+132+55=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #558437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558437 is #AA7BC8. Grayscale: #6D6D6D. Windows color (decimal): -11172809 or 3638357. OLE color: 3638357.

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

Color convert

RGB8513255-
CMYK0.3600.580.48
HSL96.62º41.18%36.67%-
HSV(B)96.62º58.33%51.76%-
XYZ12.6918.716.56-
YUV109.1797.43110.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 132 (51.95% from 255) = 48.53%
BLUE value IS 55 (21.88% from 255) = 20.22%
R=31.25%
G=48.53%
B=20.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132550.3600.580.4896.6241.1836.67
Hex5584372403A30612925
Octal1252046744072601415145
Binary10101011000010011011110010001110101100001100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558437; }

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

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

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

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

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

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

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

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