#505038

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

Shades of Camouflage #505038

Tints of Camouflage #505038

Color information

#505038 (or 0x505038) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 38. RGB value is (80,80,56). Sum of RGB (Red+Green+Blue) = 80+80+56=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505038 is #AFAFC7. Grayscale: #4D4D4D. Windows color (decimal): -11513800 or 3690576. OLE color: 3690576.

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

Color convert

RGB808056-
CMYK000.300.69
HSL60º17.65%26.67%-
HSV(B)60º30%31.37%-
XYZ6.897.734.87-
YUV77.26116129.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808056000.300.696017.6526.67
Hex505038001E453c121b
Octal120120700036105742233
Binary10100001010000111000001111010001011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505038; }

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

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

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

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

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

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

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

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