#46735A

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

Shades of Como #46735A

Tints of Como #46735A

Color information

#46735A (or 0x46735A) is unknown color: approx Como. HEX triplet: 46, 73 and 5A. RGB value is (70,115,90). Sum of RGB (Red+Green+Blue) = 70+115+90=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #46735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46735A is #B98CA5. Grayscale: #626262. Windows color (decimal): -12160166 or 5927750. OLE color: 5927750.

HSL color Cylindrical-coordinate representation of color #46735A: hue angle of 146.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46735A is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7011590-
CMYK0.3900.220.55
HSL146.67º24.32%36.27%-
HSV(B)146.67º39.13%45.1%-
XYZ10.514.311.88-
YUV98.7123.09107.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=25.45%
G=41.82%
B=32.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115900.3900.220.55146.6724.3236.27
Hex46735A2701637931824
Octal10616313247026672233044
Binary1000110111001110110101001110101101101111001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46735A; }

 p { color: rgb(70,115,90); }

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

<style>
 a { background-color: #46735A; }

 a { background-color: rgb(70,115,90); }

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

<style>
 span { border-color: #46735A; }

 span { border-color: rgb(70,115,90); }

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