Html Css Color HEX #485324 Army green

📋 copy color: '#485324'

red 72 ◦ green 83 ◦ blue 36

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

Shades of Army green #485324

Tints of Army green #485324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 37.7%
G = 43.46%
B = 18.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#485324 (or 0x485324) is known color: Army green. HEX triplet: 48, 53 and 24. RGB value is (72,83,36). Sum of RGB (Red+Green+Blue) = 72+83+36=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #485324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485324 is #B7ACDB. Grayscale: #4A4A4A. Windows color (decimal): -12037340 or 2380616. OLE color: 2380616.

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

Color convert

RGB 72 83 36 -
CMYK 0.13 0 0.57 0.67
HSL 74.04º 0.39% 0.23% -
HSV(B) 74.04º 0.57% 0.33% -
XYZ 6.08 7.69 2.83 -
YUV 74.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 72 83 36 0.13 0 0.57 0.67 74.04 0.39 0.23
Hex 48 53 24 D 0 39 43 4A 27 17
Octal 110 123 44 15 0 71 103 112 47 27
Binary 1001000 1010011 100100 1101 0 111001 1000011 1001010 100111 10111

Color Harmonies of #485324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485324

Black with #485324

Text Example


Text Example

White with #485324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485324; }

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

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

background-color css

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

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

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

border-color css

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

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

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