Html Css Color HEX #515D20 Army green

📋 copy color: '#515D20'

red 81 ◦ green 93 ◦ blue 32

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

Shades of Army green #515D20

Tints of Army green #515D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.15%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 39.32%
G = 45.15%
B = 15.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#515D20 (or 0x515D20) is known color: Army green. HEX triplet: 51, 5D and 20. RGB value is (81,93,32). Sum of RGB (Red+Green+Blue) = 81+93+32=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #515D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D20 is #AEA2DF. Grayscale: #525252. Windows color (decimal): -11444960 or 2121041. OLE color: 2121041.

HSL color Cylindrical-coordinate representation of color #515D20: hue angle of 71.8º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515D20 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 93 32 -
CMYK 0.13 0 0.66 0.64
HSL 71.8º 0.49% 0.25% -
HSV(B) 71.8º 0.66% 0.36% -
XYZ 7.57 9.68 2.84 -
YUV 82.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 81 93 32 0.13 0 0.66 0.64 71.8 0.49 0.25
Hex 51 5D 20 D 0 42 40 48 31 19
Octal 121 135 40 15 0 102 100 110 61 31
Binary 1010001 1011101 100000 1101 0 1000010 1000000 1001000 110001 11001

Color Harmonies of #515D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D20

Black with #515D20

Text Example


Text Example

White with #515D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515D20; }

 p { color: rgb(81,93,32); }

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

background-color css

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

 a { background-color: rgb(81,93,32); }

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

border-color css

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

 span { border-color: rgb(81,93,32); }

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