#487556

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

Shades of Como #487556

Tints of Como #487556

Color information

#487556 (or 0x487556) is unknown color: approx Como. HEX triplet: 48, 75 and 56. RGB value is (72,117,86). Sum of RGB (Red+Green+Blue) = 72+117+86=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #487556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487556 is #B78AA9. Grayscale: #646464. Windows color (decimal): -12028586 or 5666120. OLE color: 5666120.

HSL color Cylindrical-coordinate representation of color #487556: hue angle of 138.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487556 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB7211786-
CMYK0.3800.260.54
HSL138.67º23.81%37.06%-
HSV(B)138.67º38.46%45.88%-
XYZ10.7114.7711.09-
YUV100.01120.09108.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=26.18%
G=42.55%
B=31.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117860.3800.260.54138.6723.8137.06
Hex4875562601A368b1825
Octal11016512646032662133045
Binary1001000111010110101101001100110101101101000101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487556; }

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

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

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

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

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

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

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

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