#46593A

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

Shades of Cabbage Pont #46593A

Tints of Cabbage Pont #46593A

Color information

#46593A (or 0x46593A) is unknown color: approx Cabbage Pont. HEX triplet: 46, 59 and 3A. RGB value is (70,89,58). Sum of RGB (Red+Green+Blue) = 70+89+58=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #46593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593A is #B9A6C5. Grayscale: #4F4F4F. Windows color (decimal): -12166854 or 3823942. OLE color: 3823942.

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

Color convert

RGB708958-
CMYK0.2100.350.65
HSL96.77º21.09%28.82%-
HSV(B)96.77º34.83%34.9%-
XYZ6.868.755.33-
YUV79.78115.71121.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=32.26%
G=41.01%
B=26.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089580.2100.350.6596.7721.0928.82
Hex46593A150234161151d
Octal10613172250431011412535
Binary10001101011001111010101010100011100000111000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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