#465040

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

Shades of Cabbage Pont #465040

Tints of Cabbage Pont #465040

Color information

#465040 (or 0x465040) is unknown color: approx Cabbage Pont. HEX triplet: 46, 50 and 40. RGB value is (70,80,64). Sum of RGB (Red+Green+Blue) = 70+80+64=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #465040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465040 is #B9AFBF. Grayscale: #4B4B4B. Windows color (decimal): -12169152 or 4214854. OLE color: 4214854.

HSL color Cylindrical-coordinate representation of color #465040: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465040 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB708064-
CMYK0.1200.200.69
HSL97.5º11.11%28.24%-
HSV(B)97.5º20%31.37%-
XYZ6.327.415.95-
YUV75.19121.69124.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=32.71%
G=37.38%
B=29.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080640.1200.200.6997.511.1128.24
Hex465040C0144561b1c
Octal106120100140241051411334
Binary100011010100001000000110001010010001011100001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465040; }

 p { color: rgb(70,80,64); }

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

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

 a { background-color: rgb(70,80,64); }

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

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

 span { border-color: rgb(70,80,64); }

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