Html Css Color HEX #51541B Army green

📋 copy color: '#51541B'

red 81 ◦ green 84 ◦ blue 27

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

Shades of Army green #51541B

Tints of Army green #51541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 42.19%
G = 43.75%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#51541B (or 0x51541B) is known color: Army green. HEX triplet: 51, 54 and 1B. RGB value is (81,84,27). Sum of RGB (Red+Green+Blue) = 81+84+27=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #51541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51541B is #AEABE4. Grayscale: #4C4C4C. Windows color (decimal): -11447269 or 1791057. OLE color: 1791057.

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

Color convert

RGB 81 84 27 -
CMYK 0.04 0 0.68 0.67
HSL 63.16º 0.51% 0.22% -
HSV(B) 63.16º 0.68% 0.33% -
XYZ 6.76 8.17 2.26 -
YUV 76.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 81 84 27 0.04 0 0.68 0.67 63.16 0.51 0.22
Hex 51 54 1B 4 0 44 43 3F 33 16
Octal 121 124 33 4 0 104 103 77 63 26
Binary 1010001 1010100 11011 100 0 1000100 1000011 111111 110011 10110

Color Harmonies of #51541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51541B

Black with #51541B

Text Example


Text Example

White with #51541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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