Html Css Color HEX #505321 Army green

📋 copy color: '#505321'

red 80 ◦ green 83 ◦ blue 33

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

Shades of Army green #505321

Tints of Army green #505321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 40.82%
G = 42.35%
B = 16.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#505321 (or 0x505321) is known color: Army green. HEX triplet: 50, 53 and 21. RGB value is (80,83,33). Sum of RGB (Red+Green+Blue) = 80+83+33=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #505321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505321 is #AFACDE. Grayscale: #4C4C4C. Windows color (decimal): -11513055 or 2184016. OLE color: 2184016.

HSL color Cylindrical-coordinate representation of color #505321: hue angle of 63.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505321 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 33 -
CMYK 0.04 0 0.60 0.67
HSL 63.6º 0.43% 0.23% -
HSV(B) 63.6º 0.6% 0.33% -
XYZ 6.68 8 2.63 -
YUV 76.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 80 83 33 0.04 0 0.60 0.67 63.6 0.43 0.23
Hex 50 53 21 4 0 3C 43 40 2B 17
Octal 120 123 41 4 0 74 103 100 53 27
Binary 1010000 1010011 100001 100 0 111100 1000011 1000000 101011 10111

Color Harmonies of #505321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505321

Black with #505321

Text Example


Text Example

White with #505321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505321; }

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

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

background-color css

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

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

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

border-color css

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

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

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