Html Css Color HEX #505821 Army green

📋 copy color: '#505821'

red 80 ◦ green 88 ◦ blue 33

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

Shades of Army green #505821

Tints of Army green #505821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 39.8%
G = 43.78%
B = 16.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#505821 (or 0x505821) is known color: Army green. HEX triplet: 50, 58 and 21. RGB value is (80,88,33). Sum of RGB (Red+Green+Blue) = 80+88+33=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #505821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505821 is #AFA7DE. Grayscale: #4F4F4F. Windows color (decimal): -11511775 or 2185296. OLE color: 2185296.

HSL color Cylindrical-coordinate representation of color #505821: hue angle of 68.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #505821 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 33 -
CMYK 0.09 0 0.62 0.65
HSL 68.73º 0.45% 0.24% -
HSV(B) 68.73º 0.63% 0.35% -
XYZ 7.07 8.79 2.76 -
YUV 79.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 80 88 33 0.09 0 0.62 0.65 68.73 0.45 0.24
Hex 50 58 21 9 0 3E 41 45 2D 18
Octal 120 130 41 11 0 76 101 105 55 30
Binary 1010000 1011000 100001 1001 0 111110 1000001 1000101 101101 11000

Color Harmonies of #505821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505821

Black with #505821

Text Example


Text Example

White with #505821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505821; }

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

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

background-color css

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

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

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

border-color css

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

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

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