#455040

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

Shades of Cabbage Pont #455040

Tints of Cabbage Pont #455040

Color information

#455040 (or 0x455040) is unknown color: approx Cabbage Pont. HEX triplet: 45, 50 and 40. RGB value is (69,80,64). Sum of RGB (Red+Green+Blue) = 69+80+64=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #455040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455040 is #BAAFBF. Grayscale: #4A4A4A. Windows color (decimal): -12234688 or 4214853. OLE color: 4214853.

HSL color Cylindrical-coordinate representation of color #455040: hue angle of 101.25º 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 #455040 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB698064-
CMYK0.1400.200.69
HSL101.25º11.11%28.24%-
HSV(B)101.25º20%31.37%-
XYZ6.257.375.94-
YUV74.89121.86123.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=32.39%
G=37.56%
B=30.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980640.1400.200.69101.2511.1128.24
Hex455040E0144565b1c
Octal105120100160241051451334
Binary100010110100001000000111001010010001011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455040; }

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

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

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

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

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

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

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

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