Html Css Color HEX #505226 Army green

📋 copy color: '#505226'

red 80 ◦ green 82 ◦ blue 38

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

Shades of Army green #505226

Tints of Army green #505226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 38 (15.23% from 255) = 19%

R = 40%
G = 41%
B = 19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#505226 (or 0x505226) is known color: Army green. HEX triplet: 50, 52 and 26. RGB value is (80,82,38). Sum of RGB (Red+Green+Blue) = 80+82+38=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #505226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505226 is #AFADD9. Grayscale: #4C4C4C. Windows color (decimal): -11513306 or 2511440. OLE color: 2511440.

HSL color Cylindrical-coordinate representation of color #505226: hue angle of 62.73º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505226 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 38 -
CMYK 0.02 0 0.54 0.68
HSL 62.73º 0.37% 0.24% -
HSV(B) 62.73º 0.54% 0.32% -
XYZ 6.68 7.88 3 -
YUV 76.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 80 82 38 0.02 0 0.54 0.68 62.73 0.37 0.24
Hex 50 52 26 2 0 36 44 3F 25 18
Octal 120 122 46 2 0 66 104 77 45 30
Binary 1010000 1010010 100110 10 0 110110 1000100 111111 100101 11000

Color Harmonies of #505226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505226

Black with #505226

Text Example


Text Example

White with #505226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505226; }

 p { color: rgb(80,82,38); }

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

background-color css

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

 a { background-color: rgb(80,82,38); }

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

border-color css

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

 span { border-color: rgb(80,82,38); }

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