#558361

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

Shades of Como #558361

Tints of Como #558361

Color information

#558361 (or 0x558361) is unknown color: approx Como. HEX triplet: 55, 83 and 61. RGB value is (85,131,97). Sum of RGB (Red+Green+Blue) = 85+131+97=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #558361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558361 is #AA7C9E. Grayscale: #717171. Windows color (decimal): -11173023 or 6390613. OLE color: 6390613.

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

Color convert

RGB8513197-
CMYK0.3500.260.49
HSL135.65º21.3%42.35%-
HSV(B)135.65º35.11%51.37%-
XYZ14.0219.0314.24-
YUV113.37118.76107.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=27.16%
G=41.85%
B=30.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131970.3500.260.49135.6521.342.35
Hex5583612301A3188152a
Octal12520314143032612102552
Binary10101011000001111000011000110110101100011000100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558361; }

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

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

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

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

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

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

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

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