Html Css Color HEX #515C21 Army green

📋 copy color: '#515C21'

red 81 ◦ green 92 ◦ blue 33

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

Shades of Army green #515C21

Tints of Army green #515C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.66%

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 39.32%
G = 44.66%
B = 16.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#515C21 (or 0x515C21) is known color: Army green. HEX triplet: 51, 5C and 21. RGB value is (81,92,33). Sum of RGB (Red+Green+Blue) = 81+92+33=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #515C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C21 is #AEA3DE. Grayscale: #525252. Windows color (decimal): -11445215 or 2186321. OLE color: 2186321.

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

Color convert

RGB 81 92 33 -
CMYK 0.12 0 0.64 0.64
HSL 71.19º 0.47% 0.25% -
HSV(B) 71.19º 0.64% 0.36% -
XYZ 7.49 9.51 2.88 -
YUV 81.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 81 92 33 0.12 0 0.64 0.64 71.19 0.47 0.25
Hex 51 5C 21 C 0 40 40 47 2F 19
Octal 121 134 41 14 0 100 100 107 57 31
Binary 1010001 1011100 100001 1100 0 1000000 1000000 1000111 101111 11001

Color Harmonies of #515C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C21

Black with #515C21

Text Example


Text Example

White with #515C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,33); }

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

background-color css

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

 a { background-color: rgb(81,92,33); }

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

border-color css

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

 span { border-color: rgb(81,92,33); }

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