#46885E

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

Shades of Como #46885E

Tints of Como #46885E

Color information

#46885E (or 0x46885E) is unknown color: approx Como. HEX triplet: 46, 88 and 5E. RGB value is (70,136,94). Sum of RGB (Red+Green+Blue) = 70+136+94=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #46885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46885E is #B977A1. Grayscale: #6F6F6F. Windows color (decimal): -12154786 or 6195270. OLE color: 6195270.

HSL color Cylindrical-coordinate representation of color #46885E: hue angle of 141.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46885E is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB7013694-
CMYK0.4900.310.47
HSL141.82º32.04%40.39%-
HSV(B)141.82º48.53%53.33%-
XYZ13.3519.7213.69-
YUV111.48118.1398.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=23.33%
G=45.33%
B=31.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136940.4900.310.47141.8232.0440.39
Hex46885E3101F2F8e2028
Octal10621013661037572164050
Binary100011010001000101111011000101111110111110001110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46885E; }

 p { color: rgb(70,136,94); }

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

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

 a { background-color: rgb(70,136,94); }

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

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

 span { border-color: rgb(70,136,94); }

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