#487857

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

Shades of Como #487857

Tints of Como #487857

Color information

#487857 (or 0x487857) is unknown color: approx Como. HEX triplet: 48, 78 and 57. RGB value is (72,120,87). Sum of RGB (Red+Green+Blue) = 72+120+87=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #487857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487857 is #B787A8. Grayscale: #656565. Windows color (decimal): -12027817 or 5732424. OLE color: 5732424.

HSL color Cylindrical-coordinate representation of color #487857: hue angle of 138.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487857 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB7212087-
CMYK0.4000.280.53
HSL138.75º25%37.65%-
HSV(B)138.75º40%47.06%-
XYZ11.1115.511.42-
YUV101.89119.6106.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=25.81%
G=43.01%
B=31.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120870.4000.280.53138.752537.65
Hex4878572801C358b1926
Octal11017012750034652133146
Binary1001000111100010101111010000111001101011000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487857; }

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

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

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

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

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

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

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

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