#51551F

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

Shades of Army green #51551F

Tints of Army green #51551F

Color information

#51551F (or 0x51551F) is unknown color: approx Army green. HEX triplet: 51, 55 and 1F. RGB value is (81,85,31). Sum of RGB (Red+Green+Blue) = 81+85+31=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #51551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51551F is #AEAAE0. Grayscale: #4D4D4D. Windows color (decimal): -11447009 or 2053457. OLE color: 2053457.

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

Color convert

RGB818531-
CMYK0.0500.640.67
HSL64.44º46.55%22.75%-
HSV(B)64.44º63.53%33.33%-
XYZ6.898.352.54-
YUV77.65101.67130.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=41.12%
G=43.15%
B=15.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185310.0500.640.6764.4446.5522.75
Hex51551F504043402f17
Octal12112537501001031005727
Binary1010001101010111111101010000001000011100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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