#515039

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

Shades of Camouflage #515039

Tints of Camouflage #515039

Color information

#515039 (or 0x515039) is unknown color: approx Camouflage. HEX triplet: 51, 50 and 39. RGB value is (81,80,57). Sum of RGB (Red+Green+Blue) = 81+80+57=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #515039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515039 is #AEAFC6. Grayscale: #4D4D4D. Windows color (decimal): -11448263 or 3756113. OLE color: 3756113.

HSL color Cylindrical-coordinate representation of color #515039: hue angle of 57.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515039 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB818057-
CMYK00.010.300.68
HSL57.5º17.39%27.06%-
HSV(B)57.5º29.63%31.76%-
XYZ77.785-
YUV77.68116.33130.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=37.16%
G=36.70%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81805700.010.300.6857.517.3927.06
Hex515039011E443a111b
Octal121120710136104722133
Binary10100011010000111001011111010001001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515039; }

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

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

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

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

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

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

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

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