Html Css Color HEX #515A1E Army green

📋 copy color: '#515A1E'

red 81 ◦ green 90 ◦ blue 30

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

Shades of Army green #515A1E

Tints of Army green #515A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 40.3%
G = 44.78%
B = 14.93%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#515A1E (or 0x515A1E) is known color: Army green. HEX triplet: 51, 5A and 1E. RGB value is (81,90,30). Sum of RGB (Red+Green+Blue) = 81+90+30=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #515A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A1E is #AEA5E1. Grayscale: #505050. Windows color (decimal): -11445730 or 1989201. OLE color: 1989201.

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

Color convert

RGB 81 90 30 -
CMYK 0.1 0 0.67 0.65
HSL 69º 0.5% 0.24% -
HSV(B) 69º 0.67% 0.35% -
XYZ 7.28 9.16 2.61 -
YUV 80.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 81 90 30 0.1 0 0.67 0.65 69 0.5 0.24
Hex 51 5A 1E A 0 43 41 45 32 18
Octal 121 132 36 12 0 103 101 105 62 30
Binary 1010001 1011010 11110 1010 0 1000011 1000001 1000101 110010 11000

Color Harmonies of #515A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A1E

Black with #515A1E

Text Example


Text Example

White with #515A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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