Html Css Color HEX #515A1F Army green

📋 copy color: '#515A1F'

red 81 ◦ green 90 ◦ blue 31

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

Shades of Army green #515A1F

Tints of Army green #515A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.55%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 40.1%
G = 44.55%
B = 15.35%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#515A1F (or 0x515A1F) is known color: Army green. HEX triplet: 51, 5A and 1F. RGB value is (81,90,31). Sum of RGB (Red+Green+Blue) = 81+90+31=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #515A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A1F is #AEA5E0. Grayscale: #505050. Windows color (decimal): -11445729 or 2054737. OLE color: 2054737.

HSL color Cylindrical-coordinate representation of color #515A1F: hue angle of 69.15º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515A1F is Cyan = 0.1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 31 -
CMYK 0.1 0 0.66 0.65
HSL 69.15º 0.49% 0.24% -
HSV(B) 69.15º 0.66% 0.35% -
XYZ 7.3 9.16 2.68 -
YUV 80.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 81 90 31 0.1 0 0.66 0.65 69.15 0.49 0.24
Hex 51 5A 1F A 0 42 41 45 31 18
Octal 121 132 37 12 0 102 101 105 61 30
Binary 1010001 1011010 11111 1010 0 1000010 1000001 1000101 110001 11000

Color Harmonies of #515A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A1F

Black with #515A1F

Text Example


Text Example

White with #515A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515A1F; }

 p { color: rgb(81,90,31); }

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

background-color css

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

 a { background-color: rgb(81,90,31); }

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

border-color css

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

 span { border-color: rgb(81,90,31); }

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