Html Css Color HEX #484716 Army green

📋 copy color: '#484716'

red 72 ◦ green 71 ◦ blue 22

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

Shades of Army green #484716

Tints of Army green #484716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

 BLUE value IS 22 (8.98% from 255) = 13.33%

R = 43.64%
G = 43.03%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484716 (or 0x484716) is known color: Army green. HEX triplet: 48, 47 and 16. RGB value is (72,71,22). Sum of RGB (Red+Green+Blue) = 72+71+22=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #484716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484716 is #B7B8E9. Grayscale: #414141. Windows color (decimal): -12040426 or 1460040. OLE color: 1460040.

HSL color Cylindrical-coordinate representation of color #484716: hue angle of 58.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484716 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 22 -
CMYK 0 0.01 0.69 0.72
HSL 58.8º 0.53% 0.18% -
HSV(B) 58.8º 0.69% 0.28% -
XYZ 5.07 5.94 1.64 -
YUV 65.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 72 71 22 0 0.01 0.69 0.72 58.8 0.53 0.18
Hex 48 47 16 0 1 45 48 3B 35 12
Octal 110 107 26 0 1 105 110 73 65 22
Binary 1001000 1000111 10110 0 1 1000101 1001000 111011 110101 10010

Color Harmonies of #484716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484716

Black with #484716

Text Example


Text Example

White with #484716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484716; }

 p { color: rgb(72,71,22); }

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

background-color css

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

 a { background-color: rgb(72,71,22); }

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

border-color css

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

 span { border-color: rgb(72,71,22); }

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