Html Css Color HEX #505526 Army green

📋 copy color: '#505526'

red 80 ◦ green 85 ◦ blue 38

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

Shades of Army green #505526

Tints of Army green #505526

RGB

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

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

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

R = 39.41%
G = 41.87%
B = 18.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#505526 (or 0x505526) is known color: Army green. HEX triplet: 50, 55 and 26. RGB value is (80,85,38). Sum of RGB (Red+Green+Blue) = 80+85+38=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #505526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505526 is #AFAAD9. Grayscale: #4E4E4E. Windows color (decimal): -11512538 or 2512208. OLE color: 2512208.

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

Color convert

RGB 80 85 38 -
CMYK 0.06 0 0.55 0.67
HSL 66.38º 0.38% 0.24% -
HSV(B) 66.38º 0.55% 0.33% -
XYZ 6.91 8.34 3.08 -
YUV 78.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 80 85 38 0.06 0 0.55 0.67 66.38 0.38 0.24
Hex 50 55 26 6 0 37 43 42 26 18
Octal 120 125 46 6 0 67 103 102 46 30
Binary 1010000 1010101 100110 110 0 110111 1000011 1000010 100110 11000

Color Harmonies of #505526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505526

Black with #505526

Text Example


Text Example

White with #505526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505526; }

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

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

background-color css

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

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

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

border-color css

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

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

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