Html Css Color HEX #51581F Army green

📋 copy color: '#51581F'

red 81 ◦ green 88 ◦ blue 31

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

Shades of Army green #51581F

Tints of Army green #51581F

RGB

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

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

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

R = 40.5%
G = 44%
B = 15.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#51581F (or 0x51581F) is known color: Army green. HEX triplet: 51, 58 and 1F. RGB value is (81,88,31). Sum of RGB (Red+Green+Blue) = 81+88+31=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #51581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51581F is #AEA7E0. Grayscale: #4F4F4F. Windows color (decimal): -11446241 or 2054225. OLE color: 2054225.

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

Color convert

RGB 81 88 31 -
CMYK 0.08 0 0.65 0.65
HSL 67.37º 0.48% 0.23% -
HSV(B) 67.37º 0.65% 0.35% -
XYZ 7.13 8.83 2.62 -
YUV 79.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 81 88 31 0.08 0 0.65 0.65 67.37 0.48 0.23
Hex 51 58 1F 8 0 41 41 43 30 17
Octal 121 130 37 10 0 101 101 103 60 27
Binary 1010001 1011000 11111 1000 0 1000001 1000001 1000011 110000 10111

Color Harmonies of #51581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51581F

Black with #51581F

Text Example


Text Example

White with #51581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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