Html Css Color HEX #515C1F Army green

📋 copy color: '#515C1F'

red 81 ◦ green 92 ◦ blue 31

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

Shades of Army green #515C1F

Tints of Army green #515C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.1%

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

R = 39.71%
G = 45.1%
B = 15.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#515C1F (or 0x515C1F) is known color: Army green. HEX triplet: 51, 5C and 1F. RGB value is (81,92,31). Sum of RGB (Red+Green+Blue) = 81+92+31=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #515C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C1F is #AEA3E0. Grayscale: #515151. Windows color (decimal): -11445217 or 2055249. OLE color: 2055249.

HSL color Cylindrical-coordinate representation of color #515C1F: hue angle of 70.82º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515C1F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 92 31 -
CMYK 0.12 0 0.66 0.64
HSL 70.82º 0.5% 0.24% -
HSV(B) 70.82º 0.66% 0.36% -
XYZ 7.47 9.5 2.74 -
YUV 81.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 81 92 31 0.12 0 0.66 0.64 70.82 0.5 0.24
Hex 51 5C 1F C 0 42 40 47 32 18
Octal 121 134 37 14 0 102 100 107 62 30
Binary 1010001 1011100 11111 1100 0 1000010 1000000 1000111 110010 11000

Color Harmonies of #515C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C1F

Black with #515C1F

Text Example


Text Example

White with #515C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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