#46523F

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

Shades of Cabbage Pont #46523F

Tints of Cabbage Pont #46523F

Color information

#46523F (or 0x46523F) is unknown color: approx Cabbage Pont. HEX triplet: 46, 52 and 3F. RGB value is (70,82,63). Sum of RGB (Red+Green+Blue) = 70+82+63=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #46523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46523F is #B9ADC0. Grayscale: #4C4C4C. Windows color (decimal): -12168641 or 4149830. OLE color: 4149830.

HSL color Cylindrical-coordinate representation of color #46523F: hue angle of 97.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46523F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB708263-
CMYK0.1500.230.68
HSL97.89º13.1%28.43%-
HSV(B)97.89º23.17%32.16%-
XYZ6.447.75.85-
YUV76.25120.52123.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 63 (25% from 255) = 29.30%
R=32.56%
G=38.14%
B=29.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082630.1500.230.6897.8913.128.43
Hex46523FF0174462d1c
Octal10612277170271041421534
Binary10001101010010111111111101011110001001100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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