Html Css Color HEX #505F1F Army green

📋 copy color: '#505F1F'

red 80 ◦ green 95 ◦ blue 31

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

Shades of Army green #505F1F

Tints of Army green #505F1F

RGB

 RED value IS 80 (31.64% from 255) = 38.83%

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

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

R = 38.83%
G = 46.12%
B = 15.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#505F1F (or 0x505F1F) is known color: Army green. HEX triplet: 50, 5F and 1F. RGB value is (80,95,31). Sum of RGB (Red+Green+Blue) = 80+95+31=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #505F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F1F is #AFA0E0. Grayscale: #535353. Windows color (decimal): -11509985 or 2056016. OLE color: 2056016.

HSL color Cylindrical-coordinate representation of color #505F1F: hue angle of 74.06º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505F1F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 31 -
CMYK 0.16 0 0.67 0.63
HSL 74.06º 0.51% 0.25% -
HSV(B) 74.06º 0.67% 0.37% -
XYZ 7.65 9.99 2.82 -
YUV 83.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 80 95 31 0.16 0 0.67 0.63 74.06 0.51 0.25
Hex 50 5F 1F 10 0 43 3F 4A 33 19
Octal 120 137 37 20 0 103 77 112 63 31
Binary 1010000 1011111 11111 10000 0 1000011 111111 1001010 110011 11001

Color Harmonies of #505F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F1F

Black with #505F1F

Text Example


Text Example

White with #505F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505F1F; }

 p { color: rgb(80,95,31); }

 H1.HeaderClassName
 {
   color: #505F1F;
 }
 .AnyTagClassName
 {
   color: #505F1F;
 }
</style>

background-color css

<style>
 a { background-color: #505F1F; }

 a { background-color: rgb(80,95,31); }

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

border-color css

<style>
 span { border-color: #505F1F; }

 span { border-color: rgb(80,95,31); }

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