Html Css Color HEX #485522 Army green

📋 copy color: '#485522'

red 72 ◦ green 85 ◦ blue 34

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

Shades of Army green #485522

Tints of Army green #485522

RGB

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

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

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

R = 37.7%
G = 44.5%
B = 17.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#485522 (or 0x485522) is known color: Army green. HEX triplet: 48, 55 and 22. RGB value is (72,85,34). Sum of RGB (Red+Green+Blue) = 72+85+34=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #485522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485522 is #B7AADD. Grayscale: #4B4B4B. Windows color (decimal): -12036830 or 2250056. OLE color: 2250056.

HSL color Cylindrical-coordinate representation of color #485522: hue angle of 75.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485522 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 34 -
CMYK 0.15 0 0.60 0.67
HSL 75.29º 0.43% 0.23% -
HSV(B) 75.29º 0.6% 0.33% -
XYZ 6.21 7.99 2.73 -
YUV 75.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 72 85 34 0.15 0 0.60 0.67 75.29 0.43 0.23
Hex 48 55 22 F 0 3C 43 4B 2B 17
Octal 110 125 42 17 0 74 103 113 53 27
Binary 1001000 1010101 100010 1111 0 111100 1000011 1001011 101011 10111

Color Harmonies of #485522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485522

Black with #485522

Text Example


Text Example

White with #485522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485522; }

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

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

background-color css

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

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

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

border-color css

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

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

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