#487758

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

Shades of Como #487758

Tints of Como #487758

Color information

#487758 (or 0x487758) is unknown color: approx Como. HEX triplet: 48, 77 and 58. RGB value is (72,119,88). Sum of RGB (Red+Green+Blue) = 72+119+88=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #487758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487758 is #B788A7. Grayscale: #656565. Windows color (decimal): -12028072 or 5797704. OLE color: 5797704.

HSL color Cylindrical-coordinate representation of color #487758: hue angle of 140.43º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487758 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7211988-
CMYK0.3900.260.53
HSL140.43º24.61%37.45%-
HSV(B)140.43º39.5%46.67%-
XYZ11.0315.2811.6-
YUV101.41120.43107.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.81%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=25.81%
G=42.65%
B=31.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119880.3900.260.53140.4324.6137.45
Hex4877582701A358c1925
Octal11016713047032652143145
Binary1001000111011110110001001110110101101011000110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487758; }

 p { color: rgb(72,119,88); }

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

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

 a { background-color: rgb(72,119,88); }

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

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

 span { border-color: rgb(72,119,88); }

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