#487157

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

Shades of Como #487157

Tints of Como #487157

Color information

#487157 (or 0x487157) is unknown color: approx Como. HEX triplet: 48, 71 and 57. RGB value is (72,113,87). Sum of RGB (Red+Green+Blue) = 72+113+87=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #487157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487157 is #B78EA8. Grayscale: #616161. Windows color (decimal): -12029609 or 5730632. OLE color: 5730632.

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

Color convert

RGB7211387-
CMYK0.3600.230.56
HSL141.95º22.16%36.27%-
HSV(B)141.95º36.28%44.31%-
XYZ10.313.8811.15-
YUV97.78121.92109.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=26.47%
G=41.54%
B=31.99%

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
Decimal72113870.3600.230.56141.9522.1636.27
Hex48715724017388e1624
Octal11016112744027702162644
Binary1001000111000110101111001000101111110001000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487157; }

 p { color: rgb(72,113,87); }

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

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

 a { background-color: rgb(72,113,87); }

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

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

 span { border-color: rgb(72,113,87); }

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