#51551A

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

Shades of Army green #51551A

Tints of Army green #51551A

Color information

#51551A (or 0x51551A) is unknown color: approx Army green. HEX triplet: 51, 55 and 1A. RGB value is (81,85,26). Sum of RGB (Red+Green+Blue) = 81+85+26=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #51551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51551A is #AEAAE5. Grayscale: #4D4D4D. Windows color (decimal): -11447014 or 1725777. OLE color: 1725777.

HSL color Cylindrical-coordinate representation of color #51551A: hue angle of 64.07º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51551A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB818526-
CMYK0.0500.690.67
HSL64.07º53.15%21.76%-
HSV(B)64.07º69.41%33.33%-
XYZ6.838.322.22-
YUV77.0899.17130.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=42.19%
G=44.27%
B=13.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185260.0500.690.6764.0753.1521.76
Hex51551A504543403516
Octal12112532501051031006526
Binary1010001101010111010101010001011000011100000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51551A; }

 p { color: rgb(81,85,26); }

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

<style>
 a { background-color: #51551A; }

 a { background-color: rgb(81,85,26); }

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

<style>
 span { border-color: #51551A; }

 span { border-color: rgb(81,85,26); }

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