#484c22

Color #484C22 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #484C22

Tints of Army green #484C22

Color information

#484C22 (or 0x484C22) is unknown color: approx 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

RGB727634-
CMYK0.0500.550.70
HSL65.71º38.18%21.57%-
HSV(B)65.71º55.26%29.8%-
XYZ5.556.662.51-
YUV70.02107.67129.42-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276340.0500.550.7065.7138.1821.57
Hex484C22503746422616
Octal1101144250671061024626
Binary1001000100110010001010101101111000110100001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484c22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>