#46715B

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

Shades of Como #46715B

Tints of Como #46715B

Color information

#46715B (or 0x46715B) is unknown color: approx Como. HEX triplet: 46, 71 and 5B. RGB value is (70,113,91). Sum of RGB (Red+Green+Blue) = 70+113+91=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #46715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715B is #B98EA4. Grayscale: #616161. Windows color (decimal): -12160677 or 5992774. OLE color: 5992774.

HSL color Cylindrical-coordinate representation of color #46715B: hue angle of 149.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46715B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB7011391-
CMYK0.3800.190.56
HSL149.3º23.5%35.88%-
HSV(B)149.3º38.05%44.31%-
XYZ10.3213.8712.03-
YUV97.64124.25108.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=25.55%
G=41.24%
B=33.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113910.3800.190.56149.323.535.88
Hex46715B2601338951724
Octal10616113346023702252744
Binary1000110111000110110111001100100111110001001010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46715B; }

 p { color: rgb(70,113,91); }

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

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

 a { background-color: rgb(70,113,91); }

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

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

 span { border-color: rgb(70,113,91); }

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