#487558

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

Shades of Como #487558

Tints of Como #487558

Color information

#487558 (or 0x487558) is unknown color: approx Como. HEX triplet: 48, 75 and 58. RGB value is (72,117,88). Sum of RGB (Red+Green+Blue) = 72+117+88=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #487558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487558 is #B78AA7. Grayscale: #646464. Windows color (decimal): -12028584 or 5797192. OLE color: 5797192.

HSL color Cylindrical-coordinate representation of color #487558: hue angle of 141.33º 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 #487558 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB7211788-
CMYK0.3800.250.54
HSL141.33º23.81%37.06%-
HSV(B)141.33º38.46%45.88%-
XYZ10.814.811.52-
YUV100.24121.09107.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=25.99%
G=42.24%
B=31.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117880.3800.250.54141.3323.8137.06
Hex48755826019368d1825
Octal11016513046031662153045
Binary1001000111010110110001001100110011101101000110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487558; }

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

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

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

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

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

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

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

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