#50502F

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

Shades of Camouflage #50502F

Tints of Camouflage #50502F

Color information

#50502F (or 0x50502F) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 2F. RGB value is (80,80,47). Sum of RGB (Red+Green+Blue) = 80+80+47=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502F is #AFAFD0. Grayscale: #4C4C4C. Windows color (decimal): -11513809 or 3100752. OLE color: 3100752.

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

Color convert

RGB808047-
CMYK000.410.69
HSL60º25.98%24.9%-
HSV(B)60º41.25%31.37%-
XYZ6.697.653.81-
YUV76.24111.5130.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=38.65%
G=38.65%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808047000.410.696025.9824.9
Hex50502F0029453c1a19
Octal120120570051105743231
Binary101000010100001011110010100110001011111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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