#50501B

Color #50501B Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #50501B

Tints of Army green #50501B

Color information

#50501B (or 0x50501B) is unknown color: approx Army green. HEX triplet: 50, 50 and 1B. RGB value is (80,80,27). Sum of RGB (Red+Green+Blue) = 80+80+27=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50501B is #AFAFE4. Grayscale: #4A4A4A. Windows color (decimal): -11513829 or 1790032. OLE color: 1790032.

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

Color convert

RGB808027-
CMYK000.660.69
HSL60º49.53%20.98%-
HSV(B)60º66.25%31.37%-
XYZ6.377.522.15-
YUV73.96101.5132.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 27 (10.94% from 255) = 14.44%
R=42.78%
G=42.78%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808027000.660.696049.5320.98
Hex50501B0042453c3215
Octal1201203300102105746225
Binary1010000101000011011001000010100010111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50501B; }

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

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

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

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

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

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

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

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