Html Css Color HEX #484C22 Army green

📋 copy color: '#484C22'

red 72 ◦ green 76 ◦ blue 34

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

Shades of Army green #484C22

Tints of Army green #484C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 39.56%
G = 41.76%
B = 18.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#484C22 (or 0x484C22) is known color: Army green. HEX triplet: 48, 4C and 22. RGB value is (72,76,34). Sum of RGB (Red+Green+Blue) = 72+76+34=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #484C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C22 is #B7B3DD. Grayscale: #464646. Windows color (decimal): -12039134 or 2247752. OLE color: 2247752.

HSL color Cylindrical-coordinate representation of color #484C22: hue angle of 65.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484C22 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 76 34 -
CMYK 0.05 0 0.55 0.70
HSL 65.71º 0.38% 0.22% -
HSV(B) 65.71º 0.55% 0.3% -
XYZ 5.55 6.66 2.51 -
YUV 70.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 72 76 34 0.05 0 0.55 0.70 65.71 0.38 0.22
Hex 48 4C 22 5 0 37 46 42 26 16
Octal 110 114 42 5 0 67 106 102 46 26
Binary 1001000 1001100 100010 101 0 110111 1000110 1000010 100110 10110

Color Harmonies of #484C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C22

Black with #484C22

Text Example


Text Example

White with #484C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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