#46563E

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

Shades of Cabbage Pont #46563E

Tints of Cabbage Pont #46563E

Color information

#46563E (or 0x46563E) is unknown color: approx Cabbage Pont. HEX triplet: 46, 56 and 3E. RGB value is (70,86,62). Sum of RGB (Red+Green+Blue) = 70+86+62=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #46563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46563E is #B9A9C1. Grayscale: #4E4E4E. Windows color (decimal): -12167618 or 4085318. OLE color: 4085318.

HSL color Cylindrical-coordinate representation of color #46563E: hue angle of 100º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46563E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB708662-
CMYK0.1900.280.66
HSL100º16.22%29.02%-
HSV(B)100º27.91%33.73%-
XYZ6.728.315.81-
YUV78.48118.7121.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=32.11%
G=39.45%
B=28.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086620.1900.280.6610016.2229.02
Hex46563E1301C4264101d
Octal10612676230341021442035
Binary1000110101011011111010011011100100001011001001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,86,62); }

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

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

 a { background-color: rgb(70,86,62); }

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

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

 span { border-color: rgb(70,86,62); }

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