#487055

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

Shades of Como #487055

Tints of Como #487055

Color information

#487055 (or 0x487055) is unknown color: approx Como. HEX triplet: 48, 70 and 55. RGB value is (72,112,85). Sum of RGB (Red+Green+Blue) = 72+112+85=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #487055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487055 is #B78FAA. Grayscale: #616161. Windows color (decimal): -12029867 or 5599304. OLE color: 5599304.

HSL color Cylindrical-coordinate representation of color #487055: hue angle of 139.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487055 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7211285-
CMYK0.3600.240.56
HSL139.5º21.74%36.08%-
HSV(B)139.5º35.71%43.92%-
XYZ10.1113.6210.69-
YUV96.96121.25110.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=26.77%
G=41.64%
B=31.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112850.3600.240.56139.521.7436.08
Hex48705524018388c1624
Octal11016012544030702142644
Binary1001000111000010101011001000110001110001000110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487055; }

 p { color: rgb(72,112,85); }

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

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

 a { background-color: rgb(72,112,85); }

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

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

 span { border-color: rgb(72,112,85); }

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