#50502E

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

Shades of Camouflage #50502E

Tints of Camouflage #50502E

Color information

#50502E (or 0x50502E) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 2E. RGB value is (80,80,46). Sum of RGB (Red+Green+Blue) = 80+80+46=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502E is #AFAFD1. Grayscale: #4C4C4C. Windows color (decimal): -11513810 or 3035216. OLE color: 3035216.

HSL color Cylindrical-coordinate representation of color #50502E: hue angle of 60º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50502E is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB808046-
CMYK000.420.69
HSL60º26.98%24.71%-
HSV(B)60º42.5%31.37%-
XYZ6.677.643.71-
YUV76.12111130.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=38.83%
G=38.83%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808046000.420.696026.9824.71
Hex50502E002A453c1b19
Octal120120560052105743331
Binary101000010100001011100010101010001011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50502E; }

 p { color: rgb(80,80,46); }

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

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

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

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

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

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

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