Html Css Color HEX #515314 Army green

📋 copy color: '#515314'

red 81 ◦ green 83 ◦ blue 20

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

Shades of Army green #515314

Tints of Army green #515314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 44.02%
G = 45.11%
B = 10.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#515314 (or 0x515314) is known color: Army green. HEX triplet: 51, 53 and 14. RGB value is (81,83,20). Sum of RGB (Red+Green+Blue) = 81+83+20=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #515314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515314 is #AEACEB. Grayscale: #4B4B4B. Windows color (decimal): -11447532 or 1332049. OLE color: 1332049.

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

Color convert

RGB 81 83 20 -
CMYK 0.02 0 0.76 0.67
HSL 61.9º 0.61% 0.2% -
HSV(B) 61.9º 0.76% 0.33% -
XYZ 6.61 7.99 1.85 -
YUV 75.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 81 83 20 0.02 0 0.76 0.67 61.9 0.61 0.2
Hex 51 53 14 2 0 4C 43 3E 3D 14
Octal 121 123 24 2 0 114 103 76 75 24
Binary 1010001 1010011 10100 10 0 1001100 1000011 111110 111101 10100

Color Harmonies of #515314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515314

Black with #515314

Text Example


Text Example

White with #515314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515314; }

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

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

background-color css

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

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

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

border-color css

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

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

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