#51581D

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

Shades of Army green #51581D

Tints of Army green #51581D

Color information

#51581D (or 0x51581D) is unknown color: approx Army green. HEX triplet: 51, 58 and 1D. RGB value is (81,88,29). Sum of RGB (Red+Green+Blue) = 81+88+29=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #51581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51581D is #AEA7E2. Grayscale: #4F4F4F. Windows color (decimal): -11446243 or 1923153. OLE color: 1923153.

HSL color Cylindrical-coordinate representation of color #51581D: hue angle of 67.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51581D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB818829-
CMYK0.0800.670.65
HSL67.12º50.43%22.94%-
HSV(B)67.12º67.05%34.51%-
XYZ7.18.822.49-
YUV79.1899.68129.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=40.91%
G=44.44%
B=14.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188290.0800.670.6567.1250.4322.94
Hex51581D804341433217
Octal121130351001031011036227
Binary10100011011000111011000010000111000001100001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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