#46563D

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

Shades of Cabbage Pont #46563D

Tints of Cabbage Pont #46563D

Color information

#46563D (or 0x46563D) is unknown color: approx Cabbage Pont. HEX triplet: 46, 56 and 3D. RGB value is (70,86,61). Sum of RGB (Red+Green+Blue) = 70+86+61=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #46563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46563D is #B9A9C2. Grayscale: #4E4E4E. Windows color (decimal): -12167619 or 4019782. OLE color: 4019782.

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

Color convert

RGB708661-
CMYK0.1900.290.66
HSL98.4º17.01%28.82%-
HSV(B)98.4º29.07%33.73%-
XYZ6.78.295.66-
YUV78.37118.2122.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=32.26%
G=39.63%
B=28.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086610.1900.290.6698.417.0128.82
Hex46563D1301D4262111d
Octal10612675230351021422135
Binary1000110101011011110110011011101100001011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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