Html Css Color HEX #485321 Army green

📋 copy color: '#485321'

red 72 ◦ green 83 ◦ blue 33

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

Shades of Army green #485321

Tints of Army green #485321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

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

R = 38.3%
G = 44.15%
B = 17.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#485321 (or 0x485321) is known color: Army green. HEX triplet: 48, 53 and 21. RGB value is (72,83,33). Sum of RGB (Red+Green+Blue) = 72+83+33=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #485321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485321 is #B7ACDE. Grayscale: #4A4A4A. Windows color (decimal): -12037343 or 2184008. OLE color: 2184008.

HSL color Cylindrical-coordinate representation of color #485321: hue angle of 73.2º 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 #485321 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 33 -
CMYK 0.13 0 0.60 0.67
HSL 73.2º 0.43% 0.23% -
HSV(B) 73.2º 0.6% 0.33% -
XYZ 6.04 7.67 2.6 -
YUV 74.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 72 83 33 0.13 0 0.60 0.67 73.2 0.43 0.23
Hex 48 53 21 D 0 3C 43 49 2B 17
Octal 110 123 41 15 0 74 103 111 53 27
Binary 1001000 1010011 100001 1101 0 111100 1000011 1001001 101011 10111

Color Harmonies of #485321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485321

Black with #485321

Text Example


Text Example

White with #485321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485321; }

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

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

background-color css

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

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

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

border-color css

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

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

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