#46583A

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

Shades of Cabbage Pont #46583A

Tints of Cabbage Pont #46583A

Color information

#46583A (or 0x46583A) is unknown color: approx Cabbage Pont. HEX triplet: 46, 58 and 3A. RGB value is (70,88,58). Sum of RGB (Red+Green+Blue) = 70+88+58=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #46583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46583A is #B9A7C5. Grayscale: #4F4F4F. Windows color (decimal): -12167110 or 3823686. OLE color: 3823686.

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

Color convert

RGB708858-
CMYK0.2000.340.65
HSL96º20.55%28.63%-
HSV(B)96º34.09%34.51%-
XYZ6.788.595.3-
YUV79.2116.04121.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=32.41%
G=40.74%
B=26.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088580.2000.340.659620.5528.63
Hex46583A140224160151d
Octal10613072240421011402535
Binary10001101011000111010101000100010100000111000001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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