Html Css Color HEX #515224 Army green

📋 copy color: '#515224'

red 81 ◦ green 82 ◦ blue 36

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

Shades of Army green #515224

Tints of Army green #515224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 36 (14.45% from 255) = 18.09%

R = 40.7%
G = 41.21%
B = 18.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#515224 (or 0x515224) is known color: Army green. HEX triplet: 51, 52 and 24. RGB value is (81,82,36). Sum of RGB (Red+Green+Blue) = 81+82+36=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #515224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515224 is #AEADDB. Grayscale: #4C4C4C. Windows color (decimal): -11447772 or 2380369. OLE color: 2380369.

HSL color Cylindrical-coordinate representation of color #515224: hue angle of 61.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515224 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 82 36 -
CMYK 0.01 0 0.56 0.68
HSL 61.3º 0.39% 0.23% -
HSV(B) 61.3º 0.56% 0.32% -
XYZ 6.73 7.91 2.84 -
YUV 76.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 81 82 36 0.01 0 0.56 0.68 61.3 0.39 0.23
Hex 51 52 24 1 0 38 44 3D 27 17
Octal 121 122 44 1 0 70 104 75 47 27
Binary 1010001 1010010 100100 1 0 111000 1000100 111101 100111 10111

Color Harmonies of #515224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515224

Black with #515224

Text Example


Text Example

White with #515224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515224; }

 p { color: rgb(81,82,36); }

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

background-color css

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

 a { background-color: rgb(81,82,36); }

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

border-color css

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

 span { border-color: rgb(81,82,36); }

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