Html Css Color HEX #485622 Army green

📋 copy color: '#485622'

red 72 ◦ green 86 ◦ blue 34

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

Shades of Army green #485622

Tints of Army green #485622

RGB

 RED value IS 72 (28.52% from 255) = 37.5%

 GREEN value IS 86 (33.98% from 255) = 44.79%

 BLUE value IS 34 (13.67% from 255) = 17.71%

R = 37.5%
G = 44.79%
B = 17.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#485622 (or 0x485622) is known color: Army green. HEX triplet: 48, 56 and 22. RGB value is (72,86,34). Sum of RGB (Red+Green+Blue) = 72+86+34=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #485622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485622 is #B7A9DD. Grayscale: #4C4C4C. Windows color (decimal): -12036574 or 2250312. OLE color: 2250312.

HSL color Cylindrical-coordinate representation of color #485622: hue angle of 76.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485622 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 34 -
CMYK 0.16 0 0.60 0.66
HSL 76.15º 0.43% 0.24% -
HSV(B) 76.15º 0.6% 0.34% -
XYZ 6.29 8.15 2.75 -
YUV 75.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 72 86 34 0.16 0 0.60 0.66 76.15 0.43 0.24
Hex 48 56 22 10 0 3C 42 4C 2B 18
Octal 110 126 42 20 0 74 102 114 53 30
Binary 1001000 1010110 100010 10000 0 111100 1000010 1001100 101011 11000

Color Harmonies of #485622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485622

Black with #485622

Text Example


Text Example

White with #485622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485622; }

 p { color: rgb(72,86,34); }

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

background-color css

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

 a { background-color: rgb(72,86,34); }

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

border-color css

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

 span { border-color: rgb(72,86,34); }

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