Html Css Color HEX #515517 Army green

📋 copy color: '#515517'

red 81 ◦ green 85 ◦ blue 23

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

Shades of Army green #515517

Tints of Army green #515517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 42.86%
G = 44.97%
B = 12.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#515517 (or 0x515517) is known color: Army green. HEX triplet: 51, 55 and 17. RGB value is (81,85,23). Sum of RGB (Red+Green+Blue) = 81+85+23=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #515517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515517 is #AEAAE8. Grayscale: #4C4C4C. Windows color (decimal): -11447017 or 1529169. OLE color: 1529169.

HSL color Cylindrical-coordinate representation of color #515517: hue angle of 63.87º degrees, saturation: 0.57, 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 #515517 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 23 -
CMYK 0.05 0 0.73 0.67
HSL 63.87º 0.57% 0.21% -
HSV(B) 63.87º 0.73% 0.33% -
XYZ 6.8 8.31 2.06 -
YUV 76.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 81 85 23 0.05 0 0.73 0.67 63.87 0.57 0.21
Hex 51 55 17 5 0 49 43 40 39 15
Octal 121 125 27 5 0 111 103 100 71 25
Binary 1010001 1010101 10111 101 0 1001001 1000011 1000000 111001 10101

Color Harmonies of #515517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515517

Black with #515517

Text Example


Text Example

White with #515517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515517; }

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

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

background-color css

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

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

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

border-color css

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

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

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