Html Css Color HEX #515012 Army green

📋 copy color: '#515012'

red 81 ◦ green 80 ◦ blue 18

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

Shades of Army green #515012

Tints of Army green #515012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 45.25%
G = 44.69%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#515012 (or 0x515012) is known color: Army green. HEX triplet: 51, 50 and 12. RGB value is (81,80,18). Sum of RGB (Red+Green+Blue) = 81+80+18=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #515012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515012 is #AEAFED. Grayscale: #494949. Windows color (decimal): -11448302 or 1200209. OLE color: 1200209.

HSL color Cylindrical-coordinate representation of color #515012: hue angle of 59.05º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #515012 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 18 -
CMYK 0 0.01 0.78 0.68
HSL 59.05º 0.64% 0.19% -
HSV(B) 59.05º 0.78% 0.32% -
XYZ 6.37 7.53 1.69 -
YUV 73.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 81 80 18 0 0.01 0.78 0.68 59.05 0.64 0.19
Hex 51 50 12 0 1 4E 44 3B 40 13
Octal 121 120 22 0 1 116 104 73 100 23
Binary 1010001 1010000 10010 0 1 1001110 1000100 111011 1000000 10011

Color Harmonies of #515012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515012

Black with #515012

Text Example


Text Example

White with #515012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515012; }

 p { color: rgb(81,80,18); }

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

background-color css

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

 a { background-color: rgb(81,80,18); }

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

border-color css

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

 span { border-color: rgb(81,80,18); }

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