Html Css Color HEX #484818 Army green

📋 copy color: '#484818'

red 72 ◦ green 72 ◦ blue 24

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

Shades of Army green #484818

Tints of Army green #484818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484818 (or 0x484818) is known color: Army green. HEX triplet: 48, 48 and 18. RGB value is (72,72,24). Sum of RGB (Red+Green+Blue) = 72+72+24=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484818 is #B7B7E7. Grayscale: #424242. Windows color (decimal): -12040168 or 1591368. OLE color: 1591368.

HSL color Cylindrical-coordinate representation of color #484818: hue angle of 60º 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 #484818 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 24 -
CMYK 0 0 0.67 0.72
HSL 60º 0.5% 0.19% -
HSV(B) 60º 0.67% 0.28% -
XYZ 5.15 6.08 1.77 -
YUV 66.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 72 72 24 0 0 0.67 0.72 60 0.5 0.19
Hex 48 48 18 0 0 43 48 3C 32 13
Octal 110 110 30 0 0 103 110 74 62 23
Binary 1001000 1001000 11000 0 0 1000011 1001000 111100 110010 10011

Color Harmonies of #484818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484818

Black with #484818

Text Example


Text Example

White with #484818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484818; }

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

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

background-color css

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

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

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

border-color css

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

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

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