#46855D

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

Shades of Como #46855D

Tints of Como #46855D

Color information

#46855D (or 0x46855D) is unknown color: approx Como. HEX triplet: 46, 85 and 5D. RGB value is (70,133,93). Sum of RGB (Red+Green+Blue) = 70+133+93=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #46855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46855D is #B97AA2. Grayscale: #6D6D6D. Windows color (decimal): -12155555 or 6128966. OLE color: 6128966.

HSL color Cylindrical-coordinate representation of color #46855D: hue angle of 141.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46855D is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB7013393-
CMYK0.4700.300.48
HSL141.9º31.03%39.8%-
HSV(B)141.9º47.37%52.16%-
XYZ12.8918.8713.32-
YUV109.6118.6399.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=23.65%
G=44.93%
B=31.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133930.4700.300.48141.931.0339.8
Hex46855D2F01E308e1f28
Octal10620513557036602163750
Binary10001101000010110111011011110111101100001000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46855D; }

 p { color: rgb(70,133,93); }

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

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

 a { background-color: rgb(70,133,93); }

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

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

 span { border-color: rgb(70,133,93); }

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