Html Css Color HEX #484A22 Army green

📋 copy color: '#484A22'

red 72 ◦ green 74 ◦ blue 34

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

Shades of Army green #484A22

Tints of Army green #484A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.11%

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

R = 40%
G = 41.11%
B = 18.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#484A22 (or 0x484A22) is known color: Army green. HEX triplet: 48, 4A and 22. RGB value is (72,74,34). Sum of RGB (Red+Green+Blue) = 72+74+34=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #484A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A22 is #B7B5DD. Grayscale: #444444. Windows color (decimal): -12039646 or 2247240. OLE color: 2247240.

HSL color Cylindrical-coordinate representation of color #484A22: hue angle of 63º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484A22 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 74 34 -
CMYK 0.03 0 0.54 0.71
HSL 63º 0.37% 0.21% -
HSV(B) 63º 0.54% 0.29% -
XYZ 5.41 6.39 2.46 -
YUV 68.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 72 74 34 0.03 0 0.54 0.71 63 0.37 0.21
Hex 48 4A 22 3 0 36 47 3F 25 15
Octal 110 112 42 3 0 66 107 77 45 25
Binary 1001000 1001010 100010 11 0 110110 1000111 111111 100101 10101

Color Harmonies of #484A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A22

Black with #484A22

Text Example


Text Example

White with #484A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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