#51611C

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

Shades of Army green #51611C

Tints of Army green #51611C

Color information

#51611C (or 0x51611C) is unknown color: approx Army green. HEX triplet: 51, 61 and 1C. RGB value is (81,97,28). Sum of RGB (Red+Green+Blue) = 81+97+28=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #51611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51611C is #AE9EE3. Grayscale: #545454. Windows color (decimal): -11443940 or 1859921. OLE color: 1859921.

HSL color Cylindrical-coordinate representation of color #51611C: hue angle of 73.91º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51611C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB819728-
CMYK0.1600.710.62
HSL73.91º55.2%24.51%-
HSV(B)73.91º71.13%38.04%-
XYZ7.8810.382.69-
YUV84.3596.2125.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=39.32%
G=47.09%
B=13.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197280.1600.710.6273.9155.224.51
Hex51611C100473E4a3719
Octal12114134200107761126731
Binary10100011100001111001000001000111111110100101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51611C; }

 p { color: rgb(81,97,28); }

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

<style>
 a { background-color: #51611C; }

 a { background-color: rgb(81,97,28); }

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

<style>
 span { border-color: #51611C; }

 span { border-color: rgb(81,97,28); }

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