Html Css Color HEX #505524 Army green

📋 copy color: '#505524'

red 80 ◦ green 85 ◦ blue 36

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

Shades of Army green #505524

Tints of Army green #505524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 39.8%
G = 42.29%
B = 17.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#505524 (or 0x505524) is known color: Army green. HEX triplet: 50, 55 and 24. RGB value is (80,85,36). Sum of RGB (Red+Green+Blue) = 80+85+36=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #505524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505524 is #AFAADB. Grayscale: #4E4E4E. Windows color (decimal): -11512540 or 2381136. OLE color: 2381136.

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

Color convert

RGB 80 85 36 -
CMYK 0.06 0 0.58 0.67
HSL 66.12º 0.4% 0.24% -
HSV(B) 66.12º 0.58% 0.33% -
XYZ 6.88 8.33 2.91 -
YUV 77.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 80 85 36 0.06 0 0.58 0.67 66.12 0.4 0.24
Hex 50 55 24 6 0 3A 43 42 28 18
Octal 120 125 44 6 0 72 103 102 50 30
Binary 1010000 1010101 100100 110 0 111010 1000011 1000010 101000 11000

Color Harmonies of #505524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505524

Black with #505524

Text Example


Text Example

White with #505524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505524; }

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

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

background-color css

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

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

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

border-color css

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

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

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