#46553F

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

Shades of Cabbage Pont #46553F

Tints of Cabbage Pont #46553F

Color information

#46553F (or 0x46553F) is unknown color: approx Cabbage Pont. HEX triplet: 46, 55 and 3F. RGB value is (70,85,63). Sum of RGB (Red+Green+Blue) = 70+85+63=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #46553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553F is #B9AAC0. Grayscale: #4E4E4E. Windows color (decimal): -12167873 or 4150598. OLE color: 4150598.

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

Color convert

RGB708563-
CMYK0.1800.260.67
HSL100.91º14.86%29.02%-
HSV(B)100.91º25.88%33.33%-
XYZ6.678.165.93-
YUV78.01119.53122.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 63 (25% from 255) = 28.90%
R=32.11%
G=38.99%
B=28.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085630.1800.260.67100.9114.8629.02
Hex46553F1201A4365f1d
Octal10612577220321031451735
Binary100011010101011111111001001101010000111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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