#51621D

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

Shades of Army green #51621D

Tints of Army green #51621D

Color information

#51621D (or 0x51621D) is unknown color: approx Army green. HEX triplet: 51, 62 and 1D. RGB value is (81,98,29). Sum of RGB (Red+Green+Blue) = 81+98+29=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #51621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51621D is #AE9DE2. Grayscale: #555555. Windows color (decimal): -11443683 or 1925713. OLE color: 1925713.

HSL color Cylindrical-coordinate representation of color #51621D: hue angle of 74.78º 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 #51621D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB819829-
CMYK0.1700.700.62
HSL74.78º54.33%24.9%-
HSV(B)74.78º70.41%38.43%-
XYZ7.9810.572.78-
YUV85.0596.37125.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=38.94%
G=47.12%
B=13.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198290.1700.700.6274.7854.3324.9
Hex51621D110463E4b3619
Octal12114235210106761136631
Binary10100011100010111011000101000110111110100101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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