Html Css Color HEX #51581A Army green

📋 copy color: '#51581A'

red 81 ◦ green 88 ◦ blue 26

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

Shades of Army green #51581A

Tints of Army green #51581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 41.54%
G = 45.13%
B = 13.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#51581A (or 0x51581A) is known color: Army green. HEX triplet: 51, 58 and 1A. RGB value is (81,88,26). Sum of RGB (Red+Green+Blue) = 81+88+26=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #51581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51581A is #AEA7E5. Grayscale: #4F4F4F. Windows color (decimal): -11446246 or 1726545. OLE color: 1726545.

HSL color Cylindrical-coordinate representation of color #51581A: hue angle of 66.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51581A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 26 -
CMYK 0.08 0 0.70 0.65
HSL 66.77º 0.54% 0.22% -
HSV(B) 66.77º 0.7% 0.35% -
XYZ 7.07 8.8 2.3 -
YUV 78.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 81 88 26 0.08 0 0.70 0.65 66.77 0.54 0.22
Hex 51 58 1A 8 0 46 41 43 36 16
Octal 121 130 32 10 0 106 101 103 66 26
Binary 1010001 1011000 11010 1000 0 1000110 1000001 1000011 110110 10110

Color Harmonies of #51581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51581A

Black with #51581A

Text Example


Text Example

White with #51581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51581A;
 }
 .AnyTagClassName
 {
   color: #51581A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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