Html Css Color HEX #485221 Army green

📋 copy color: '#485221'

red 72 ◦ green 82 ◦ blue 33

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

Shades of Army green #485221

Tints of Army green #485221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 38.5%
G = 43.85%
B = 17.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#485221 (or 0x485221) is known color: Army green. HEX triplet: 48, 52 and 21. RGB value is (72,82,33). Sum of RGB (Red+Green+Blue) = 72+82+33=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #485221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485221 is #B7ADDE. Grayscale: #494949. Windows color (decimal): -12037599 or 2183752. OLE color: 2183752.

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

Color convert

RGB 72 82 33 -
CMYK 0.12 0 0.60 0.68
HSL 72.24º 0.43% 0.23% -
HSV(B) 72.24º 0.6% 0.32% -
XYZ 5.96 7.52 2.58 -
YUV 73.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 72 82 33 0.12 0 0.60 0.68 72.24 0.43 0.23
Hex 48 52 21 C 0 3C 44 48 2B 17
Octal 110 122 41 14 0 74 104 110 53 27
Binary 1001000 1010010 100001 1100 0 111100 1000100 1001000 101011 10111

Color Harmonies of #485221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485221

Black with #485221

Text Example


Text Example

White with #485221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485221; }

 p { color: rgb(72,82,33); }

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

background-color css

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

 a { background-color: rgb(72,82,33); }

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

border-color css

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

 span { border-color: rgb(72,82,33); }

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