#515031

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

Shades of Camouflage #515031

Tints of Camouflage #515031

Color information

#515031 (or 0x515031) is unknown color: approx Camouflage. HEX triplet: 51, 50 and 31. RGB value is (81,80,49). Sum of RGB (Red+Green+Blue) = 81+80+49=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #515031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515031 is #AEAFCE. Grayscale: #4C4C4C. Windows color (decimal): -11448271 or 3231825. OLE color: 3231825.

HSL color Cylindrical-coordinate representation of color #515031: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515031 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB818049-
CMYK00.010.400.68
HSL58.12º24.62%25.49%-
HSV(B)58.12º39.51%31.76%-
XYZ6.827.714.03-
YUV76.76112.33131.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=38.57%
G=38.10%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81804900.010.400.6858.1224.6225.49
Hex5150310128443a1919
Octal121120610150104723131
Binary101000110100001100010110100010001001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515031; }

 p { color: rgb(81,80,49); }

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

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

 a { background-color: rgb(81,80,49); }

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

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

 span { border-color: rgb(81,80,49); }

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