Html Css Color HEX #51501E Army green

📋 copy color: '#51501E'

red 81 ◦ green 80 ◦ blue 30

#51501E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #51501E

Tints of Army green #51501E

RGB

 RED value IS 81 (32.03% from 255) = 42.41%

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 42.41%
G = 41.88%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51501E (or 0x51501E) is known color: Army green. HEX triplet: 51, 50 and 1E. RGB value is (81,80,30). Sum of RGB (Red+Green+Blue) = 81+80+30=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51501E is #AEAFE1. Grayscale: #4A4A4A. Windows color (decimal): -11448290 or 1986641. OLE color: 1986641.

HSL color Cylindrical-coordinate representation of color #51501E: hue angle of 58.82º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51501E is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 30 -
CMYK 0 0.01 0.63 0.68
HSL 58.82º 0.46% 0.22% -
HSV(B) 58.82º 0.63% 0.32% -
XYZ 6.5 7.58 2.35 -
YUV 74.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 81 80 30 0 0.01 0.63 0.68 58.82 0.46 0.22
Hex 51 50 1E 0 1 3F 44 3B 2E 16
Octal 121 120 36 0 1 77 104 73 56 26
Binary 1010001 1010000 11110 0 1 111111 1000100 111011 101110 10110

Color Harmonies of #51501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51501E

Black with #51501E

Text Example


Text Example

White with #51501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51501E; }

 p { color: rgb(81,80,30); }

 H1.HeaderClassName
 {
   color: #51501E;
 }
 .AnyTagClassName
 {
   color: #51501E;
 }
</style>

background-color css

<style>
 a { background-color: #51501E; }

 a { background-color: rgb(81,80,30); }

 div.DivClassName
 {
   background-color: #51501E;
 }
 .BgClassName
 {
   background-color: #51501E;
 }
</style>

border-color css

<style>
 span { border-color: #51501E; }

 span { border-color: rgb(81,80,30); }

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