Html Css Color HEX #485224 Army green

📋 copy color: '#485224'

red 72 ◦ green 82 ◦ blue 36

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

Shades of Army green #485224

Tints of Army green #485224

RGB

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

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

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

R = 37.89%
G = 43.16%
B = 18.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#485224 (or 0x485224) is known color: Army green. HEX triplet: 48, 52 and 24. RGB value is (72,82,36). Sum of RGB (Red+Green+Blue) = 72+82+36=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #485224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485224 is #B7ADDB. Grayscale: #494949. Windows color (decimal): -12037596 or 2380360. OLE color: 2380360.

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

Color convert

RGB 72 82 36 -
CMYK 0.12 0 0.56 0.68
HSL 73.04º 0.39% 0.23% -
HSV(B) 73.04º 0.56% 0.32% -
XYZ 6.01 7.54 2.81 -
YUV 73.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 72 82 36 0.12 0 0.56 0.68 73.04 0.39 0.23
Hex 48 52 24 C 0 38 44 49 27 17
Octal 110 122 44 14 0 70 104 111 47 27
Binary 1001000 1010010 100100 1100 0 111000 1000100 1001001 100111 10111

Color Harmonies of #485224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485224

Black with #485224

Text Example


Text Example

White with #485224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485224; }

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

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

background-color css

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

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

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

border-color css

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

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

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