#505037

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

Shades of Camouflage #505037

Tints of Camouflage #505037

Color information

#505037 (or 0x505037) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 37. RGB value is (80,80,55). Sum of RGB (Red+Green+Blue) = 80+80+55=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505037 is #AFAFC8. Grayscale: #4D4D4D. Windows color (decimal): -11513801 or 3625040. OLE color: 3625040.

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

Color convert

RGB808055-
CMYK000.310.69
HSL60º18.52%26.47%-
HSV(B)60º31.25%31.37%-
XYZ6.877.724.74-
YUV77.15115.5130.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=37.21%
G=37.21%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808055000.310.696018.5226.47
Hex505037001F453c131a
Octal120120670037105742332
Binary10100001010000110111001111110001011111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505037; }

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

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

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

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

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

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

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

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