Html Css Color HEX #51551A Army green

📋 copy color: '#51551A'

red 81 ◦ green 85 ◦ blue 26

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

Shades of Army green #51551A

Tints of Army green #51551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 42.19%
G = 44.27%
B = 13.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#51551A (or 0x51551A) is known color: Army green. HEX triplet: 51, 55 and 1A. RGB value is (81,85,26). Sum of RGB (Red+Green+Blue) = 81+85+26=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #51551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51551A is #AEAAE5. Grayscale: #4D4D4D. Windows color (decimal): -11447014 or 1725777. OLE color: 1725777.

HSL color Cylindrical-coordinate representation of color #51551A: hue angle of 64.07º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51551A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 26 -
CMYK 0.05 0 0.69 0.67
HSL 64.07º 0.53% 0.22% -
HSV(B) 64.07º 0.69% 0.33% -
XYZ 6.83 8.32 2.22 -
YUV 77.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 81 85 26 0.05 0 0.69 0.67 64.07 0.53 0.22
Hex 51 55 1A 5 0 45 43 40 35 16
Octal 121 125 32 5 0 105 103 100 65 26
Binary 1010001 1010101 11010 101 0 1000101 1000011 1000000 110101 10110

Color Harmonies of #51551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51551A

Black with #51551A

Text Example


Text Example

White with #51551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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