#486F59

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

Shades of Como #486F59

Tints of Como #486F59

Color information

#486F59 (or 0x486F59) is unknown color: approx Como. HEX triplet: 48, 6F and 59. RGB value is (72,111,89). Sum of RGB (Red+Green+Blue) = 72+111+89=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #486F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F59 is #B790A6. Grayscale: #606060. Windows color (decimal): -12030119 or 5861192. OLE color: 5861192.

HSL color Cylindrical-coordinate representation of color #486F59: hue angle of 146.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F59 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB7211189-
CMYK0.3500.200.56
HSL146.15º21.31%35.88%-
HSV(B)146.15º35.14%43.53%-
XYZ10.1613.4711.52-
YUV96.83123.58110.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=26.47%
G=40.81%
B=32.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111890.3500.200.56146.1521.3135.88
Hex486F592301438921524
Octal11015713143024702222544
Binary1001000110111110110011000110101001110001001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F59; }

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

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

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

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

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

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

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

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