Html Css Color HEX #484718 Army green

📋 copy color: '#484718'

red 72 ◦ green 71 ◦ blue 24

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

Shades of Army green #484718

Tints of Army green #484718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.37%

R = 43.11%
G = 42.51%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484718 (or 0x484718) is known color: Army green. HEX triplet: 48, 47 and 18. RGB value is (72,71,24). Sum of RGB (Red+Green+Blue) = 72+71+24=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #484718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484718 is #B7B8E7. Grayscale: #424242. Windows color (decimal): -12040424 or 1591112. OLE color: 1591112.

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

Color convert

RGB 72 71 24 -
CMYK 0 0.01 0.67 0.72
HSL 58.75º 0.5% 0.19% -
HSV(B) 58.75º 0.67% 0.28% -
XYZ 5.09 5.95 1.74 -
YUV 65.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 72 71 24 0 0.01 0.67 0.72 58.75 0.5 0.19
Hex 48 47 18 0 1 43 48 3B 32 13
Octal 110 107 30 0 1 103 110 73 62 23
Binary 1001000 1000111 11000 0 1 1000011 1001000 111011 110010 10011

Color Harmonies of #484718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484718

Black with #484718

Text Example


Text Example

White with #484718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484718; }

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

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

background-color css

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

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

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

border-color css

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

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

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