Html Css Color HEX #515320 Army green

📋 copy color: '#515320'

red 81 ◦ green 83 ◦ blue 32

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

Shades of Army green #515320

Tints of Army green #515320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 41.33%
G = 42.35%
B = 16.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#515320 (or 0x515320) is known color: Army green. HEX triplet: 51, 53 and 20. RGB value is (81,83,32). Sum of RGB (Red+Green+Blue) = 81+83+32=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #515320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515320 is #AEACDF. Grayscale: #4C4C4C. Windows color (decimal): -11447520 or 2118481. OLE color: 2118481.

HSL color Cylindrical-coordinate representation of color #515320: hue angle of 62.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515320 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 32 -
CMYK 0.02 0 0.61 0.67
HSL 62.35º 0.44% 0.23% -
HSV(B) 62.35º 0.61% 0.33% -
XYZ 6.75 8.04 2.56 -
YUV 76.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 81 83 32 0.02 0 0.61 0.67 62.35 0.44 0.23
Hex 51 53 20 2 0 3D 43 3E 2C 17
Octal 121 123 40 2 0 75 103 76 54 27
Binary 1010001 1010011 100000 10 0 111101 1000011 111110 101100 10111

Color Harmonies of #515320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515320

Black with #515320

Text Example


Text Example

White with #515320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515320; }

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

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

background-color css

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

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

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

border-color css

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

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

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