#46563C

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

Shades of Cabbage Pont #46563C

Tints of Cabbage Pont #46563C

Color information

#46563C (or 0x46563C) is unknown color: approx Cabbage Pont. HEX triplet: 46, 56 and 3C. RGB value is (70,86,60). Sum of RGB (Red+Green+Blue) = 70+86+60=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #46563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46563C is #B9A9C3. Grayscale: #4E4E4E. Windows color (decimal): -12167620 or 3954246. OLE color: 3954246.

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

Color convert

RGB708660-
CMYK0.1900.300.66
HSL96.92º17.81%28.63%-
HSV(B)96.92º30.23%33.73%-
XYZ6.678.285.52-
YUV78.25117.7122.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=32.41%
G=39.81%
B=27.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086600.1900.300.6696.9217.8128.63
Hex46563C1301E4261121d
Octal10612674230361021412235
Binary1000110101011011110010011011110100001011000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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