Html Css Color HEX #514F13 Army green

📋 copy color: '#514F13'

red 81 ◦ green 79 ◦ blue 19

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

Shades of Army green #514F13

Tints of Army green #514F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.13%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 45.25%
G = 44.13%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#514F13 (or 0x514F13) is known color: Army green. HEX triplet: 51, 4F and 13. RGB value is (81,79,19). Sum of RGB (Red+Green+Blue) = 81+79+19=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F13 is #AEB0EC. Grayscale: #494949. Windows color (decimal): -11448557 or 1265489. OLE color: 1265489.

HSL color Cylindrical-coordinate representation of color #514F13: hue angle of 58.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #514F13 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 79 19 -
CMYK 0 0.02 0.77 0.68
HSL 58.06º 0.62% 0.2% -
HSV(B) 58.06º 0.77% 0.32% -
XYZ 6.31 7.39 1.71 -
YUV 72.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 81 79 19 0 0.02 0.77 0.68 58.06 0.62 0.2
Hex 51 4F 13 0 2 4D 44 3A 3E 14
Octal 121 117 23 0 2 115 104 72 76 24
Binary 1010001 1001111 10011 0 10 1001101 1000100 111010 111110 10100

Color Harmonies of #514F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F13

Black with #514F13

Text Example


Text Example

White with #514F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514F13; }

 p { color: rgb(81,79,19); }

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

background-color css

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

 a { background-color: rgb(81,79,19); }

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

border-color css

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

 span { border-color: rgb(81,79,19); }

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