Html Css Color HEX #485421 Army green

📋 copy color: '#485421'

red 72 ◦ green 84 ◦ blue 33

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

Shades of Army green #485421

Tints of Army green #485421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

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

R = 38.1%
G = 44.44%
B = 17.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#485421 (or 0x485421) is known color: Army green. HEX triplet: 48, 54 and 21. RGB value is (72,84,33). Sum of RGB (Red+Green+Blue) = 72+84+33=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #485421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485421 is #B7ABDE. Grayscale: #4A4A4A. Windows color (decimal): -12037087 or 2184264. OLE color: 2184264.

HSL color Cylindrical-coordinate representation of color #485421: hue angle of 74.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485421 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 33 -
CMYK 0.14 0 0.61 0.67
HSL 74.12º 0.44% 0.23% -
HSV(B) 74.12º 0.61% 0.33% -
XYZ 6.12 7.83 2.63 -
YUV 74.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 72 84 33 0.14 0 0.61 0.67 74.12 0.44 0.23
Hex 48 54 21 E 0 3D 43 4A 2C 17
Octal 110 124 41 16 0 75 103 112 54 27
Binary 1001000 1010100 100001 1110 0 111101 1000011 1001010 101100 10111

Color Harmonies of #485421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485421

Black with #485421

Text Example


Text Example

White with #485421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485421; }

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

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

background-color css

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

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

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

border-color css

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

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

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