Html Css Color HEX #515316 Army green

📋 copy color: '#515316'

red 81 ◦ green 83 ◦ blue 22

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

Shades of Army green #515316

Tints of Army green #515316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.83%

R = 43.55%
G = 44.62%
B = 11.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#515316 (or 0x515316) is known color: Army green. HEX triplet: 51, 53 and 16. RGB value is (81,83,22). Sum of RGB (Red+Green+Blue) = 81+83+22=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #515316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515316 is #AEACE9. Grayscale: #4B4B4B. Windows color (decimal): -11447530 or 1463121. OLE color: 1463121.

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

Color convert

RGB 81 83 22 -
CMYK 0.02 0 0.73 0.67
HSL 61.97º 0.58% 0.21% -
HSV(B) 61.97º 0.73% 0.33% -
XYZ 6.63 7.99 1.95 -
YUV 75.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 81 83 22 0.02 0 0.73 0.67 61.97 0.58 0.21
Hex 51 53 16 2 0 49 43 3E 3A 15
Octal 121 123 26 2 0 111 103 76 72 25
Binary 1010001 1010011 10110 10 0 1001001 1000011 111110 111010 10101

Color Harmonies of #515316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515316

Black with #515316

Text Example


Text Example

White with #515316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515316; }

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

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

background-color css

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

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

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

border-color css

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

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

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