#487756

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

Shades of Como #487756

Tints of Como #487756

Color information

#487756 (or 0x487756) is unknown color: approx Como. HEX triplet: 48, 77 and 56. RGB value is (72,119,86). Sum of RGB (Red+Green+Blue) = 72+119+86=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #487756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487756 is #B788A9. Grayscale: #656565. Windows color (decimal): -12028074 or 5666632. OLE color: 5666632.

HSL color Cylindrical-coordinate representation of color #487756: hue angle of 137.87º 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 #487756 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB7211986-
CMYK0.3900.280.53
HSL137.87º24.61%37.45%-
HSV(B)137.87º39.5%46.67%-
XYZ10.9515.2411.17-
YUV101.18119.43107.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=25.99%
G=42.96%
B=31.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72119860.3900.280.53137.8724.6137.45
Hex4877562701C358a1925
Octal11016712647034652123145
Binary1001000111011110101101001110111001101011000101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487756; }

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

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

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

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

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

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

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

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