#516040

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

Shades of Cabbage Pont #516040

Tints of Cabbage Pont #516040

Color information

#516040 (or 0x516040) is unknown color: approx Cabbage Pont. HEX triplet: 51, 60 and 40. RGB value is (81,96,64). Sum of RGB (Red+Green+Blue) = 81+96+64=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #516040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516040 is #AE9FBF. Grayscale: #575757. Windows color (decimal): -11444160 or 4218961. OLE color: 4218961.

HSL color Cylindrical-coordinate representation of color #516040: hue angle of 88.12º 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 #516040 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB819664-
CMYK0.1600.330.62
HSL88.12º20%31.37%-
HSV(B)88.12º33.33%37.65%-
XYZ8.510.496.43-
YUV87.87114.53123.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=33.61%
G=39.83%
B=26.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196640.1600.330.6288.122031.37
Hex516040100213E58141f
Octal12114010020041761302437
Binary10100011100000100000010000010000111111010110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516040; }

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

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

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

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

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

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

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

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