Html Css Color HEX #505A1B Army green

📋 copy color: '#505A1B'

red 80 ◦ green 90 ◦ blue 27

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

Shades of Army green #505A1B

Tints of Army green #505A1B

RGB

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

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

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

R = 40.61%
G = 45.69%
B = 13.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#505A1B (or 0x505A1B) is known color: Army green. HEX triplet: 50, 5A and 1B. RGB value is (80,90,27). Sum of RGB (Red+Green+Blue) = 80+90+27=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #505A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A1B is #AFA5E4. Grayscale: #505050. Windows color (decimal): -11511269 or 1792592. OLE color: 1792592.

HSL color Cylindrical-coordinate representation of color #505A1B: hue angle of 69.52º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #505A1B is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 27 -
CMYK 0.11 0 0.70 0.65
HSL 69.52º 0.54% 0.23% -
HSV(B) 69.52º 0.7% 0.35% -
XYZ 7.16 9.1 2.42 -
YUV 79.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 80 90 27 0.11 0 0.70 0.65 69.52 0.54 0.23
Hex 50 5A 1B B 0 46 41 46 36 17
Octal 120 132 33 13 0 106 101 106 66 27
Binary 1010000 1011010 11011 1011 0 1000110 1000001 1000110 110110 10111

Color Harmonies of #505A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A1B

Black with #505A1B

Text Example


Text Example

White with #505A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,27); }

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

background-color css

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

 a { background-color: rgb(80,90,27); }

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

border-color css

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

 span { border-color: rgb(80,90,27); }

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