#46553A

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

Shades of Cabbage Pont #46553A

Tints of Cabbage Pont #46553A

Color information

#46553A (or 0x46553A) is unknown color: approx Cabbage Pont. HEX triplet: 46, 55 and 3A. RGB value is (70,85,58). Sum of RGB (Red+Green+Blue) = 70+85+58=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #46553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553A is #B9AAC5. Grayscale: #4D4D4D. Windows color (decimal): -12167878 or 3822918. OLE color: 3822918.

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

Color convert

RGB708558-
CMYK0.1800.320.67
HSL93.33º18.88%28.04%-
HSV(B)93.33º31.76%33.33%-
XYZ6.548.15.22-
YUV77.44117.03122.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=32.86%
G=39.91%
B=27.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085580.1800.320.6793.3318.8828.04
Hex46553A12020435d131c
Octal10612572220401031352334
Binary10001101010101111010100100100000100001110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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