Html Css Color HEX #515A21 Army green

📋 copy color: '#515A21'

red 81 ◦ green 90 ◦ blue 33

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

Shades of Army green #515A21

Tints of Army green #515A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.12%

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

R = 39.71%
G = 44.12%
B = 16.18%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#515A21 (or 0x515A21) is known color: Army green. HEX triplet: 51, 5A and 21. RGB value is (81,90,33). Sum of RGB (Red+Green+Blue) = 81+90+33=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #515A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A21 is #AEA5DE. Grayscale: #515151. Windows color (decimal): -11445727 or 2185809. OLE color: 2185809.

HSL color Cylindrical-coordinate representation of color #515A21: hue angle of 69.47º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515A21 is Cyan = 0.1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 33 -
CMYK 0.1 0 0.63 0.65
HSL 69.47º 0.46% 0.24% -
HSV(B) 69.47º 0.63% 0.35% -
XYZ 7.32 9.17 2.82 -
YUV 80.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 81 90 33 0.1 0 0.63 0.65 69.47 0.46 0.24
Hex 51 5A 21 A 0 3F 41 45 2E 18
Octal 121 132 41 12 0 77 101 105 56 30
Binary 1010001 1011010 100001 1010 0 111111 1000001 1000101 101110 11000

Color Harmonies of #515A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A21

Black with #515A21

Text Example


Text Example

White with #515A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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