#46593D

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

Shades of Cabbage Pont #46593D

Tints of Cabbage Pont #46593D

Color information

#46593D (or 0x46593D) is unknown color: approx Cabbage Pont. HEX triplet: 46, 59 and 3D. RGB value is (70,89,61). Sum of RGB (Red+Green+Blue) = 70+89+61=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #46593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593D is #B9A6C2. Grayscale: #505050. Windows color (decimal): -12166851 or 4020550. OLE color: 4020550.

HSL color Cylindrical-coordinate representation of color #46593D: hue angle of 100.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46593D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB708961-
CMYK0.2100.310.65
HSL100.71º18.67%29.41%-
HSV(B)100.71º31.46%34.9%-
XYZ6.948.785.74-
YUV80.13117.21120.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=31.82%
G=40.45%
B=27.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089610.2100.310.65100.7118.6729.41
Hex46593D1501F4165131d
Octal10613175250371011452335
Binary1000110101100111110110101011111100000111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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