#487359

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

Shades of Como #487359

Tints of Como #487359

Color information

#487359 (or 0x487359) is unknown color: approx Como. HEX triplet: 48, 73 and 59. RGB value is (72,115,89). Sum of RGB (Red+Green+Blue) = 72+115+89=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #487359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487359 is #B78CA6. Grayscale: #636363. Windows color (decimal): -12029095 or 5862216. OLE color: 5862216.

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

Color convert

RGB7211589-
CMYK0.3700.230.55
HSL143.72º22.99%36.67%-
HSV(B)143.72º37.39%45.1%-
XYZ10.6114.3611.66-
YUV99.18122.25108.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=26.09%
G=41.67%
B=32.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115890.3700.230.55143.7222.9936.67
Hex4873592501737901725
Octal11016313145027672202745
Binary1001000111001110110011001010101111101111001000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487359; }

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

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

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

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

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

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

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

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