#557343

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

Shades of Fern Green #557343

Tints of Fern Green #557343

Color information

#557343 (or 0x557343) is unknown color: approx Fern Green. HEX triplet: 55, 73 and 43. RGB value is (85,115,67). Sum of RGB (Red+Green+Blue) = 85+115+67=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #557343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557343 is #AA8CBC. Grayscale: #646464. Windows color (decimal): -11177149 or 4420437. OLE color: 4420437.

HSL color Cylindrical-coordinate representation of color #557343: hue angle of 97.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557343 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB8511567-
CMYK0.2600.420.55
HSL97.5º26.37%35.69%-
HSV(B)97.5º41.74%45.1%-
XYZ10.8914.67.55-
YUV100.56109.06116.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=31.84%
G=43.07%
B=25.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115670.2600.420.5597.526.3735.69
Hex5573431A02A37621a24
Octal12516310332052671423244
Binary101010111100111000011110100101010110111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557343; }

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

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

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

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

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

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

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

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