Html Css Color HEX #51541D Army green

📋 copy color: '#51541D'

red 81 ◦ green 84 ◦ blue 29

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

Shades of Army green #51541D

Tints of Army green #51541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 41.75%
G = 43.3%
B = 14.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#51541D (or 0x51541D) is known color: Army green. HEX triplet: 51, 54 and 1D. RGB value is (81,84,29). Sum of RGB (Red+Green+Blue) = 81+84+29=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #51541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541D is #AEABE2. Grayscale: #4D4D4D. Windows color (decimal): -11447267 or 1922129. OLE color: 1922129.

HSL color Cylindrical-coordinate representation of color #51541D: hue angle of 63.27º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51541D is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 29 -
CMYK 0.04 0 0.65 0.67
HSL 63.27º 0.49% 0.22% -
HSV(B) 63.27º 0.65% 0.33% -
XYZ 6.79 8.18 2.38 -
YUV 76.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 81 84 29 0.04 0 0.65 0.67 63.27 0.49 0.22
Hex 51 54 1D 4 0 41 43 3F 31 16
Octal 121 124 35 4 0 101 103 77 61 26
Binary 1010001 1010100 11101 100 0 1000001 1000011 111111 110001 10110

Color Harmonies of #51541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51541D

Black with #51541D

Text Example


Text Example

White with #51541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51541D; }

 p { color: rgb(81,84,29); }

 H1.HeaderClassName
 {
   color: #51541D;
 }
 .AnyTagClassName
 {
   color: #51541D;
 }
</style>

background-color css

<style>
 a { background-color: #51541D; }

 a { background-color: rgb(81,84,29); }

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

border-color css

<style>
 span { border-color: #51541D; }

 span { border-color: rgb(81,84,29); }

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