#558545

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

Shades of Fern Green #558545

Tints of Fern Green #558545

Color information

#558545 (or 0x558545) is unknown color: approx Fern Green. HEX triplet: 55, 85 and 45. RGB value is (85,133,69). Sum of RGB (Red+Green+Blue) = 85+133+69=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #558545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558545 is #AA7ABA. Grayscale: #6F6F6F. Windows color (decimal): -11172539 or 4556117. OLE color: 4556117.

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

Color convert

RGB8513369-
CMYK0.3600.480.48
HSL105º31.68%39.61%-
HSV(B)105º48.12%52.16%-
XYZ13.2119.148.63-
YUV111.35104.1109.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=29.62%
G=46.34%
B=24.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133690.3600.480.4810531.6839.61
Hex5585452403030692028
Octal12520510544060601514050
Binary101010110000101100010110010001100001100001101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558545; }

 p { color: rgb(85,133,69); }

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

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

 a { background-color: rgb(85,133,69); }

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

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

 span { border-color: rgb(85,133,69); }

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