#487056

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

Shades of Como #487056

Tints of Como #487056

Color information

#487056 (or 0x487056) is unknown color: approx Como. HEX triplet: 48, 70 and 56. RGB value is (72,112,86). Sum of RGB (Red+Green+Blue) = 72+112+86=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #487056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487056 is #B78FA9. Grayscale: #616161. Windows color (decimal): -12029866 or 5664840. OLE color: 5664840.

HSL color Cylindrical-coordinate representation of color #487056: hue angle of 141º 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 #487056 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB7211286-
CMYK0.3600.230.56
HSL141º21.74%36.08%-
HSV(B)141º35.71%43.92%-
XYZ10.1513.6410.9-
YUV97.08121.75110.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=26.67%
G=41.48%
B=31.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112860.3600.230.5614121.7436.08
Hex48705624017388d1624
Octal11016012644027702152644
Binary1001000111000010101101001000101111110001000110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487056; }

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

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

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

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

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

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

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

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