Html Css Color HEX #484822 Army green

📋 copy color: '#484822'

red 72 ◦ green 72 ◦ blue 34

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

Shades of Army green #484822

Tints of Army green #484822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 40.45%
G = 40.45%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#484822 (or 0x484822) is known color: Army green. HEX triplet: 48, 48 and 22. RGB value is (72,72,34). Sum of RGB (Red+Green+Blue) = 72+72+34=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484822 is #B7B7DD. Grayscale: #434343. Windows color (decimal): -12040158 or 2246728. OLE color: 2246728.

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

Color convert

RGB 72 72 34 -
CMYK 0 0 0.53 0.72
HSL 60º 0.36% 0.21% -
HSV(B) 60º 0.53% 0.28% -
XYZ 5.28 6.13 2.42 -
YUV 67.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 72 72 34 0 0 0.53 0.72 60 0.36 0.21
Hex 48 48 22 0 0 35 48 3C 24 15
Octal 110 110 42 0 0 65 110 74 44 25
Binary 1001000 1001000 100010 0 0 110101 1001000 111100 100100 10101

Color Harmonies of #484822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484822

Black with #484822

Text Example


Text Example

White with #484822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484822; }

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

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

background-color css

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

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

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

border-color css

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

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

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