#51601D

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

Shades of Army green #51601D

Tints of Army green #51601D

Color information

#51601D (or 0x51601D) is unknown color: approx Army green. HEX triplet: 51, 60 and 1D. RGB value is (81,96,29). Sum of RGB (Red+Green+Blue) = 81+96+29=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #51601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51601D is #AE9FE2. Grayscale: #545454. Windows color (decimal): -11444195 or 1925201. OLE color: 1925201.

HSL color Cylindrical-coordinate representation of color #51601D: hue angle of 73.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51601D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB819629-
CMYK0.1600.700.62
HSL73.43º53.6%24.51%-
HSV(B)73.43º69.79%37.65%-
XYZ7.810.22.72-
YUV83.8897.03125.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=39.32%
G=46.60%
B=14.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196290.1600.700.6273.4353.624.51
Hex51601D100463E493619
Octal12114035200106761116631
Binary10100011100000111011000001000110111110100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51601D; }

 p { color: rgb(81,96,29); }

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

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

 a { background-color: rgb(81,96,29); }

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

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

 span { border-color: rgb(81,96,29); }

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