#558343

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

Shades of Fern Green #558343

Tints of Fern Green #558343

Color information

#558343 (or 0x558343) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 43. RGB value is (85,131,67). Sum of RGB (Red+Green+Blue) = 85+131+67=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #558343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558343 is #AA7CBC. Grayscale: #6E6E6E. Windows color (decimal): -11173053 or 4424533. OLE color: 4424533.

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

Color convert

RGB8513167-
CMYK0.3500.490.49
HSL103.12º32.32%38.82%-
HSV(B)103.12º48.85%51.37%-
XYZ12.8818.578.22-
YUV109.95103.76110.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 67 (26.56% from 255) = 23.67%
R=30.04%
G=46.29%
B=23.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131670.3500.490.49103.1232.3238.82
Hex5583432303131672027
Octal12520310343061611474047
Binary101010110000011100001110001101100011100011100111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558343; }

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

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

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

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

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

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

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

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