Html Css Color HEX #485524 Army green

📋 copy color: '#485524'

red 72 ◦ green 85 ◦ blue 36

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

Shades of Army green #485524

Tints of Army green #485524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.04%

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

R = 37.31%
G = 44.04%
B = 18.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#485524 (or 0x485524) is known color: Army green. HEX triplet: 48, 55 and 24. RGB value is (72,85,36). Sum of RGB (Red+Green+Blue) = 72+85+36=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #485524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485524 is #B7AADB. Grayscale: #4B4B4B. Windows color (decimal): -12036828 or 2381128. OLE color: 2381128.

HSL color Cylindrical-coordinate representation of color #485524: hue angle of 75.92º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485524 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 36 -
CMYK 0.15 0 0.58 0.67
HSL 75.92º 0.4% 0.24% -
HSV(B) 75.92º 0.58% 0.33% -
XYZ 6.24 8 2.88 -
YUV 75.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 72 85 36 0.15 0 0.58 0.67 75.92 0.4 0.24
Hex 48 55 24 F 0 3A 43 4C 28 18
Octal 110 125 44 17 0 72 103 114 50 30
Binary 1001000 1010101 100100 1111 0 111010 1000011 1001100 101000 11000

Color Harmonies of #485524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485524

Black with #485524

Text Example


Text Example

White with #485524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485524; }

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

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

background-color css

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

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

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

border-color css

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

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

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