#525136

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

Shades of Camouflage #525136

Tints of Camouflage #525136

Color information

#525136 (or 0x525136) is unknown color: approx Camouflage. HEX triplet: 52, 51 and 36. RGB value is (82,81,54). Sum of RGB (Red+Green+Blue) = 82+81+54=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #525136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525136 is #ADAEC9. Grayscale: #4E4E4E. Windows color (decimal): -11382474 or 3559762. OLE color: 3559762.

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

Color convert

RGB828154-
CMYK00.010.340.68
HSL57.86º20.59%26.67%-
HSV(B)57.86º34.15%32.16%-
XYZ7.097.954.65-
YUV78.22114.33130.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=37.79%
G=37.33%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82815400.010.340.6857.8620.5926.67
Hex5251360122443a151b
Octal122121660142104722533
Binary101001010100011101100110001010001001110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525136; }

 p { color: rgb(82,81,54); }

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

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

 a { background-color: rgb(82,81,54); }

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

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

 span { border-color: rgb(82,81,54); }

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