#487360

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

Shades of Como #487360

Tints of Como #487360

Color information

#487360 (or 0x487360) is unknown color: approx Como. HEX triplet: 48, 73 and 60. RGB value is (72,115,96). Sum of RGB (Red+Green+Blue) = 72+115+96=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #487360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487360 is #B78C9F. Grayscale: #646464. Windows color (decimal): -12029088 or 6320968. OLE color: 6320968.

HSL color Cylindrical-coordinate representation of color #487360: hue angle of 153.49º 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 #487360 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB7211596-
CMYK0.3700.170.55
HSL153.49º22.99%36.67%-
HSV(B)153.49º37.39%45.1%-
XYZ10.9114.4813.29-
YUV99.98125.75108.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=25.44%
G=40.64%
B=33.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115960.3700.170.55153.4922.9936.67
Hex4873602501137991725
Octal11016314045021672312745
Binary1001000111001111000001001010100011101111001100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487360; }

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

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

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

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

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

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

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

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