#558842

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

Shades of Fern Green #558842

Tints of Fern Green #558842

Color information

#558842 (or 0x558842) is unknown color: approx Fern Green. HEX triplet: 55, 88 and 42. RGB value is (85,136,66). Sum of RGB (Red+Green+Blue) = 85+136+66=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #558842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558842 is #AA77BD. Grayscale: #717171. Windows color (decimal): -11171774 or 4360277. OLE color: 4360277.

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

Color convert

RGB8513666-
CMYK0.3800.510.47
HSL103.71º34.65%39.61%-
HSV(B)103.71º51.47%53.33%-
XYZ13.5319.938.29-
YUV112.77101.6108.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=29.62%
G=47.39%
B=23.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136660.3800.510.47103.7134.6539.61
Hex558842260332F682328
Octal12521010246063571504350
Binary101010110001000100001010011001100111011111101000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558842; }

 p { color: rgb(85,136,66); }

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

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

 a { background-color: rgb(85,136,66); }

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

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

 span { border-color: rgb(85,136,66); }

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