#506040

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

Shades of Cabbage Pont #506040

Tints of Cabbage Pont #506040

Color information

#506040 (or 0x506040) is unknown color: approx Cabbage Pont. HEX triplet: 50, 60 and 40. RGB value is (80,96,64). Sum of RGB (Red+Green+Blue) = 80+96+64=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #506040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506040 is #AF9FBF. Grayscale: #575757. Windows color (decimal): -11509696 or 4218960. OLE color: 4218960.

HSL color Cylindrical-coordinate representation of color #506040: hue angle of 90º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506040 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB809664-
CMYK0.1700.330.62
HSL90º20%31.37%-
HSV(B)90º33.33%37.65%-
XYZ8.4210.446.42-
YUV87.57114.7122.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096640.1700.330.62902031.37
Hex506040110213E5a141f
Octal12014010021041761322437
Binary10100001100000100000010001010000111111010110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506040; }

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

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

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

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

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

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

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

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