#51541D

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

Shades of Army green #51541D

Tints of Army green #51541D

Color information

#51541D (or 0x51541D) is unknown color: approx Army green. HEX triplet: 51, 54 and 1D. RGB value is (81,84,29). Sum of RGB (Red+Green+Blue) = 81+84+29=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #51541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541D is #AEABE2. Grayscale: #4D4D4D. Windows color (decimal): -11447267 or 1922129. OLE color: 1922129.

HSL color Cylindrical-coordinate representation of color #51541D: hue angle of 63.27º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51541D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB818429-
CMYK0.0400.650.67
HSL63.27º48.67%22.16%-
HSV(B)63.27º65.48%32.94%-
XYZ6.798.182.38-
YUV76.83101.01130.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=41.75%
G=43.30%
B=14.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184290.0400.650.6763.2748.6722.16
Hex51541D4041433f3116
Octal1211243540101103776126
Binary101000110101001110110001000001100001111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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