#487356

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

Shades of Como #487356

Tints of Como #487356

Color information

#487356 (or 0x487356) is unknown color: approx Como. HEX triplet: 48, 73 and 56. RGB value is (72,115,86). Sum of RGB (Red+Green+Blue) = 72+115+86=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #487356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487356 is #B78CA9. Grayscale: #626262. Windows color (decimal): -12029098 or 5665608. OLE color: 5665608.

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

Color convert

RGB7211586-
CMYK0.3700.250.55
HSL139.53º22.99%36.67%-
HSV(B)139.53º37.39%45.1%-
XYZ10.4814.3111.01-
YUV98.84120.75108.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=26.37%
G=42.12%
B=31.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115860.3700.250.55139.5322.9936.67
Hex48735625019378c1725
Octal11016312645031672142745
Binary1001000111001110101101001010110011101111000110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487356; }

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

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

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

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

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

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

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

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