Html Css Color HEX #515C1E Army green

📋 copy color: '#515C1E'

red 81 ◦ green 92 ◦ blue 30

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

Shades of Army green #515C1E

Tints of Army green #515C1E

RGB

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

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

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

R = 39.9%
G = 45.32%
B = 14.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#515C1E (or 0x515C1E) is known color: Army green. HEX triplet: 51, 5C and 1E. RGB value is (81,92,30). Sum of RGB (Red+Green+Blue) = 81+92+30=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #515C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C1E is #AEA3E1. Grayscale: #515151. Windows color (decimal): -11445218 or 1989713. OLE color: 1989713.

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

Color convert

RGB 81 92 30 -
CMYK 0.12 0 0.67 0.64
HSL 70.65º 0.51% 0.24% -
HSV(B) 70.65º 0.67% 0.36% -
XYZ 7.45 9.5 2.67 -
YUV 81.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 81 92 30 0.12 0 0.67 0.64 70.65 0.51 0.24
Hex 51 5C 1E C 0 43 40 47 33 18
Octal 121 134 36 14 0 103 100 107 63 30
Binary 1010001 1011100 11110 1100 0 1000011 1000000 1000111 110011 11000

Color Harmonies of #515C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C1E

Black with #515C1E

Text Example


Text Example

White with #515C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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