Html Css Color HEX #51501F Army green

📋 copy color: '#51501F'

red 81 ◦ green 80 ◦ blue 31

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

Shades of Army green #51501F

Tints of Army green #51501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.15%

R = 42.19%
G = 41.67%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51501F (or 0x51501F) is known color: Army green. HEX triplet: 51, 50 and 1F. RGB value is (81,80,31). Sum of RGB (Red+Green+Blue) = 81+80+31=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51501F is #AEAFE0. Grayscale: #4A4A4A. Windows color (decimal): -11448289 or 2052177. OLE color: 2052177.

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

Color convert

RGB 81 80 31 -
CMYK 0 0.01 0.62 0.68
HSL 58.8º 0.45% 0.22% -
HSV(B) 58.8º 0.62% 0.32% -
XYZ 6.51 7.59 2.42 -
YUV 74.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 81 80 31 0 0.01 0.62 0.68 58.8 0.45 0.22
Hex 51 50 1F 0 1 3E 44 3B 2D 16
Octal 121 120 37 0 1 76 104 73 55 26
Binary 1010001 1010000 11111 0 1 111110 1000100 111011 101101 10110

Color Harmonies of #51501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51501F

Black with #51501F

Text Example


Text Example

White with #51501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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