Html Css Color HEX #514F1A Army green

📋 copy color: '#514F1A'

red 81 ◦ green 79 ◦ blue 26

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

Shades of Army green #514F1A

Tints of Army green #514F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 43.55%
G = 42.47%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#514F1A (or 0x514F1A) is known color: Army green. HEX triplet: 51, 4F and 1A. RGB value is (81,79,26). Sum of RGB (Red+Green+Blue) = 81+79+26=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F1A is #AEB0E5. Grayscale: #494949. Windows color (decimal): -11448550 or 1724241. OLE color: 1724241.

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

Color convert

RGB 81 79 26 -
CMYK 0 0.02 0.68 0.68
HSL 57.82º 0.51% 0.21% -
HSV(B) 57.82º 0.68% 0.32% -
XYZ 6.38 7.42 2.07 -
YUV 73.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 81 79 26 0 0.02 0.68 0.68 57.82 0.51 0.21
Hex 51 4F 1A 0 2 44 44 3A 33 15
Octal 121 117 32 0 2 104 104 72 63 25
Binary 1010001 1001111 11010 0 10 1000100 1000100 111010 110011 10101

Color Harmonies of #514F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F1A

Black with #514F1A

Text Example


Text Example

White with #514F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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