#487357

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

Shades of Como #487357

Tints of Como #487357

Color information

#487357 (or 0x487357) is unknown color: approx Como. HEX triplet: 48, 73 and 57. RGB value is (72,115,87). Sum of RGB (Red+Green+Blue) = 72+115+87=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #487357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487357 is #B78CA8. Grayscale: #636363. Windows color (decimal): -12029097 or 5731144. OLE color: 5731144.

HSL color Cylindrical-coordinate representation of color #487357: hue angle of 140.93º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487357 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB7211587-
CMYK0.3700.240.55
HSL140.93º22.99%36.67%-
HSV(B)140.93º37.39%45.1%-
XYZ10.5214.3311.23-
YUV98.95121.25108.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=26.28%
G=41.97%
B=31.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115870.3700.240.55140.9322.9936.67
Hex48735725018378d1725
Octal11016312745030672152745
Binary1001000111001110101111001010110001101111000110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487357; }

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

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

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

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

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

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

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

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