#46553E

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

Shades of Cabbage Pont #46553E

Tints of Cabbage Pont #46553E

Color information

#46553E (or 0x46553E) is unknown color: approx Cabbage Pont. HEX triplet: 46, 55 and 3E. RGB value is (70,85,62). Sum of RGB (Red+Green+Blue) = 70+85+62=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #46553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553E is #B9AAC1. Grayscale: #4D4D4D. Windows color (decimal): -12167874 or 4085062. OLE color: 4085062.

HSL color Cylindrical-coordinate representation of color #46553E: hue angle of 99.13º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46553E is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB708562-
CMYK0.1800.270.67
HSL99.13º15.65%28.82%-
HSV(B)99.13º27.06%33.33%-
XYZ6.648.155.78-
YUV77.89119.03122.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=32.26%
G=39.17%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085620.1800.270.6799.1315.6528.82
Hex46553E1201B4363101d
Octal10612576220331031432035
Binary1000110101010111111010010011011100001111000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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