Html Css Color HEX #515A1C Army green

📋 copy color: '#515A1C'

red 81 ◦ green 90 ◦ blue 28

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

Shades of Army green #515A1C

Tints of Army green #515A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 40.7%
G = 45.23%
B = 14.07%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#515A1C (or 0x515A1C) is known color: Army green. HEX triplet: 51, 5A and 1C. RGB value is (81,90,28). Sum of RGB (Red+Green+Blue) = 81+90+28=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #515A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A1C is #AEA5E3. Grayscale: #505050. Windows color (decimal): -11445732 or 1858129. OLE color: 1858129.

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

Color convert

RGB 81 90 28 -
CMYK 0.1 0 0.69 0.65
HSL 68.71º 0.53% 0.23% -
HSV(B) 68.71º 0.69% 0.35% -
XYZ 7.26 9.15 2.48 -
YUV 80.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 81 90 28 0.1 0 0.69 0.65 68.71 0.53 0.23
Hex 51 5A 1C A 0 45 41 45 35 17
Octal 121 132 34 12 0 105 101 105 65 27
Binary 1010001 1011010 11100 1010 0 1000101 1000001 1000101 110101 10111

Color Harmonies of #515A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A1C

Black with #515A1C

Text Example


Text Example

White with #515A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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