Html Css Color HEX #505521 Army green

📋 copy color: '#505521'

red 80 ◦ green 85 ◦ blue 33

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

Shades of Army green #505521

Tints of Army green #505521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 40.4%
G = 42.93%
B = 16.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#505521 (or 0x505521) is known color: Army green. HEX triplet: 50, 55 and 21. RGB value is (80,85,33). Sum of RGB (Red+Green+Blue) = 80+85+33=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #505521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505521 is #AFAADE. Grayscale: #4D4D4D. Windows color (decimal): -11512543 or 2184528. OLE color: 2184528.

HSL color Cylindrical-coordinate representation of color #505521: hue angle of 65.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505521 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 33 -
CMYK 0.06 0 0.61 0.67
HSL 65.77º 0.44% 0.23% -
HSV(B) 65.77º 0.61% 0.33% -
XYZ 6.83 8.31 2.68 -
YUV 77.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 80 85 33 0.06 0 0.61 0.67 65.77 0.44 0.23
Hex 50 55 21 6 0 3D 43 42 2C 17
Octal 120 125 41 6 0 75 103 102 54 27
Binary 1010000 1010101 100001 110 0 111101 1000011 1000010 101100 10111

Color Harmonies of #505521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505521

Black with #505521

Text Example


Text Example

White with #505521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505521; }

 p { color: rgb(80,85,33); }

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

background-color css

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

 a { background-color: rgb(80,85,33); }

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

border-color css

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

 span { border-color: rgb(80,85,33); }

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