Html Css Color HEX #514F19 Army green

📋 copy color: '#514F19'

red 81 ◦ green 79 ◦ blue 25

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

Shades of Army green #514F19

Tints of Army green #514F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 43.78%
G = 42.7%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#514F19 (or 0x514F19) is known color: Army green. HEX triplet: 51, 4F and 19. RGB value is (81,79,25). Sum of RGB (Red+Green+Blue) = 81+79+25=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F19 is #AEB0E6. Grayscale: #494949. Windows color (decimal): -11448551 or 1658705. OLE color: 1658705.

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

Color convert

RGB 81 79 25 -
CMYK 0 0.02 0.69 0.68
HSL 57.86º 0.53% 0.21% -
HSV(B) 57.86º 0.69% 0.32% -
XYZ 6.36 7.41 2.01 -
YUV 73.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 81 79 25 0 0.02 0.69 0.68 57.86 0.53 0.21
Hex 51 4F 19 0 2 45 44 3A 35 15
Octal 121 117 31 0 2 105 104 72 65 25
Binary 1010001 1001111 11001 0 10 1000101 1000100 111010 110101 10101

Color Harmonies of #514F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F19

Black with #514F19

Text Example


Text Example

White with #514F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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