Html Css Color HEX #484615 Army green

📋 copy color: '#484615'

red 72 ◦ green 70 ◦ blue 21

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

Shades of Army green #484615

Tints of Army green #484615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 44.17%
G = 42.94%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#484615 (or 0x484615) is known color: Army green. HEX triplet: 48, 46 and 15. RGB value is (72,70,21). Sum of RGB (Red+Green+Blue) = 72+70+21=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484615 is #B7B9EA. Grayscale: #414141. Windows color (decimal): -12040683 or 1394248. OLE color: 1394248.

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

Color convert

RGB 72 70 21 -
CMYK 0 0.03 0.71 0.72
HSL 57.65º 0.55% 0.18% -
HSV(B) 57.65º 0.71% 0.28% -
XYZ 5 5.81 1.57 -
YUV 65.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 72 70 21 0 0.03 0.71 0.72 57.65 0.55 0.18
Hex 48 46 15 0 3 47 48 3A 37 12
Octal 110 106 25 0 3 107 110 72 67 22
Binary 1001000 1000110 10101 0 11 1000111 1001000 111010 110111 10010

Color Harmonies of #484615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484615

Black with #484615

Text Example


Text Example

White with #484615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484615; }

 p { color: rgb(72,70,21); }

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

background-color css

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

 a { background-color: rgb(72,70,21); }

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

border-color css

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

 span { border-color: rgb(72,70,21); }

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