Html Css Color HEX #515F1B Army green

📋 copy color: '#515F1B'

red 81 ◦ green 95 ◦ blue 27

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

Shades of Army green #515F1B

Tints of Army green #515F1B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.8%

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 39.9%
G = 46.8%
B = 13.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#515F1B (or 0x515F1B) is known color: Army green. HEX triplet: 51, 5F and 1B. RGB value is (81,95,27). Sum of RGB (Red+Green+Blue) = 81+95+27=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #515F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F1B is #AEA0E4. Grayscale: #535353. Windows color (decimal): -11444453 or 1793873. OLE color: 1793873.

HSL color Cylindrical-coordinate representation of color #515F1B: hue angle of 72.35º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #515F1B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 27 -
CMYK 0.15 0 0.72 0.63
HSL 72.35º 0.56% 0.24% -
HSV(B) 72.35º 0.72% 0.37% -
XYZ 7.68 10.01 2.56 -
YUV 83.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 81 95 27 0.15 0 0.72 0.63 72.35 0.56 0.24
Hex 51 5F 1B F 0 48 3F 48 38 18
Octal 121 137 33 17 0 110 77 110 70 30
Binary 1010001 1011111 11011 1111 0 1001000 111111 1001000 111000 11000

Color Harmonies of #515F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F1B

Black with #515F1B

Text Example


Text Example

White with #515F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,95,27); }

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

background-color css

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

 a { background-color: rgb(81,95,27); }

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

border-color css

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

 span { border-color: rgb(81,95,27); }

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