Html Css Color HEX #505225 Army green

📋 copy color: '#505225'

red 80 ◦ green 82 ◦ blue 37

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

Shades of Army green #505225

Tints of Army green #505225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 40.2%
G = 41.21%
B = 18.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#505225 (or 0x505225) is known color: Army green. HEX triplet: 50, 52 and 25. RGB value is (80,82,37). Sum of RGB (Red+Green+Blue) = 80+82+37=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #505225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505225 is #AFADDA. Grayscale: #4C4C4C. Windows color (decimal): -11513307 or 2445904. OLE color: 2445904.

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

Color convert

RGB 80 82 37 -
CMYK 0.02 0 0.55 0.68
HSL 62.67º 0.38% 0.23% -
HSV(B) 62.67º 0.55% 0.32% -
XYZ 6.66 7.87 2.92 -
YUV 76.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 80 82 37 0.02 0 0.55 0.68 62.67 0.38 0.23
Hex 50 52 25 2 0 37 44 3F 26 17
Octal 120 122 45 2 0 67 104 77 46 27
Binary 1010000 1010010 100101 10 0 110111 1000100 111111 100110 10111

Color Harmonies of #505225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505225

Black with #505225

Text Example


Text Example

White with #505225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505225; }

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

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

background-color css

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

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

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

border-color css

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

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

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