#486E59

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

Shades of Como #486E59

Tints of Como #486E59

Color information

#486E59 (or 0x486E59) is unknown color: approx Como. HEX triplet: 48, 6E and 59. RGB value is (72,110,89). Sum of RGB (Red+Green+Blue) = 72+110+89=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 110 - color contains mainly: green. Hex color #486E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E59 is #B791A6. Grayscale: #606060. Windows color (decimal): -12030375 or 5860936. OLE color: 5860936.

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

Color convert

RGB7211089-
CMYK0.3500.190.57
HSL146.84º20.88%35.69%-
HSV(B)146.84º34.55%43.14%-
XYZ10.0513.2511.48-
YUV96.24123.91110.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=26.57%
G=40.59%
B=32.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110890.3500.190.57146.8420.8835.69
Hex486E592301339931524
Octal11015613143023712232544
Binary1001000110111010110011000110100111110011001001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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